script: Ignore feature/meta issues from issue_response nag (#28332)
Release Notes: - N/A
This commit is contained in:
parent
39c98ce882
commit
ef4b5b0698
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ async function main() {
|
||||||
const q = [
|
const q = [
|
||||||
`repo:${owner}/${repo}`,
|
`repo:${owner}/${repo}`,
|
||||||
"is:issue",
|
"is:issue",
|
||||||
|
"-type:feature",
|
||||||
|
"-type:meta",
|
||||||
"state:open",
|
"state:open",
|
||||||
`created:${dateRangeFilter}`,
|
`created:${dateRangeFilter}`,
|
||||||
"sort:created-asc",
|
"sort:created-asc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue