script: Ignore feature/meta issues from issue_response nag (#28332)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-04-08 21:14:07 +00:00 committed by GitHub
parent 39c98ce882
commit ef4b5b0698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",