mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
fix: update TPI_CREATION variable reference in GitHub issues queries (#304389)
This commit is contained in:
4
.vscode/notebooks/endgame.github-issues
vendored
4
.vscode/notebooks/endgame.github-issues
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user