Skip to content

Commit

Permalink
Add query for test iitems without milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Mar 21, 2022
1 parent 9fdc39d commit 16a4d24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/notebooks/endgame.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
"language": "github-issues",
"value": "$REPOS $MILESTONE is:issue is:closed label:feature-request -label:verification-needed -label:on-testplan -label:verified -label:*duplicate"
},
{
"kind": 1,
"language": "markdown",
"value": "## Open Test Plan Items without milestone"
},
{
"kind": 2,
"language": "github-issues",
"value": "$REPOS $MILESTONE is:issue is:open label:testplan-item no:milestone"
},
{
"kind": 1,
"language": "markdown",
Expand Down

0 comments on commit 16a4d24

Please sign in to comment.