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:
parent
b682fc6d1d
commit
d806df9f16
4 changed files with 45 additions and 8 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue