Ensure issues without core labels have triage labels (#19243)

Sometimes, issues are created outside of issue templates (which we don't
prefer, but we can't prevent). This updates our top-ranking issues
script such that it will add `triage` and `admin read` labels to any
issue that is missing a core label, so that we don't miss the issues
when doing the next triage.

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2024-10-15 15:55:18 -04:00 committed by GitHub
parent b682fc6d1d
commit d806df9f16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 8 deletions

View file

@ -9,5 +9,6 @@
"support"
],
"additional_labels": ["ai", "linux", "vim", "windows"],
"ignored_label": "ignore top-ranking issues"
"ignored_label": "ignore top-ranking issues",
"new_issue_labels": ["triage", "admin read"]
}