-
Notifications
You must be signed in to change notification settings - Fork 39.3k
Expand file tree
/
Copy pathendgame.github-issues
More file actions
52 lines (52 loc) · 1.58 KB
/
endgame.github-issues
File metadata and controls
52 lines (52 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"kind": 1,
"language": "markdown",
"value": "#### Macros"
},
{
"kind": 2,
"language": "github-issues",
"value": "$MILESTONE=milestone:\"1.117.0\"\n\n$TPI_CREATION=2026-03-23 // Used to find fixes that need to be verified"
},
{
"kind": 1,
"language": "markdown",
"value": "## Prep: Open PRs and Issues"
},
{
"kind": 2,
"language": "github-issues",
"value": "org:microsoft $MILESTONE is:issue is:open -label:iteration-plan -label:endgame-plan -label:testplan-item\norg:microsoft $MILESTONE is:pr is:open"
},
{
"kind": 1,
"language": "markdown",
"value": "## Verification: Missing Steps"
},
{
"kind": 2,
"language": "github-issues",
"value": "org:microsoft $MILESTONE is:issue is:closed reason:completed sort:updated-asc label:verification-steps-needed -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:z-author-verified -label:unreleased -label:*not-reproducible"
},
{
"kind": 1,
"language": "markdown",
"value": "## Testing & Verification"
},
{
"kind": 2,
"language": "github-issues",
"value": "org:microsoft is:issue is:open label:testplan-item"
},
{
"kind": 1,
"language": "markdown",
"value": "These are bugs we created and closed after running the TPI tool. They need to be `verified` manually"
},
{
"kind": 2,
"language": "github-issues",
"value": "org:microsoft $MILESTONE is:issue is:closed label:bug reason:completed -label:verified created:>=$TPI_CREATION"
}
]