fix: update TPI_CREATION variable reference in GitHub issues queries (#304389)

This commit is contained in:
Johannes Rieken
2026-03-24 09:35:49 +01:00
committed by GitHub
parent d1c20135ee
commit 7674c073de

View File

@@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$MILESTONE=milestone:\"1.113.0\""
"value": "$MILESTONE=milestone:\"1.113.0\"\n\n$TPI_CREATION=2026-03-23 // Used to find fixes that need to be verified"
},
{
"kind": 1,
@@ -47,6 +47,6 @@
{
"kind": 2,
"language": "github-issues",
"value": "org:microsoft $MILESTONE is:issue is:closed label:bug reason:completed -label:verified created:>=2026-03-23"
"value": "org:microsoft $MILESTONE is:issue is:closed label:bug reason:completed -label:verified created:>=$TPI_CREATION"
}
]