Include closed issues too for verification found.

In the notebook, for verification-steps-needed and verification-found,
include closed issues as well, in case there are issues in the current
milestone that have those labels but are closed for some reason.
This commit is contained in:
Raymond Zhao 2021-02-02 05:20:26 +00:00 committed by GitHub
parent d9ff550d02
commit ee29ad444b

View file

@ -152,7 +152,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPOS $MILESTONE $MINE is:issue is:open label:bug label:verification-steps-needed",
"value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-steps-needed",
"editable": true
},
{
@ -164,7 +164,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPOS $MILESTONE $MINE is:issue is:open label:bug label:verification-found",
"value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-found",
"editable": true
},
{