Rollup merge of #120122 - Nilstrieb:Diagnosticstriage, r=oli-obk
Don't add needs-triage to A-diagnostics A-diagnostics is already labeled correctly thanks to the template and there usually isn't much to do on those issues, so it's fine to just add them to the pile.
This commit is contained in:
commit
42e79734e9
1 changed files with 2 additions and 1 deletions
|
@ -364,7 +364,8 @@ new_pr = true
|
|||
[autolabel."needs-triage"]
|
||||
new_issue = true
|
||||
exclude_labels = [
|
||||
"C-tracking-issue"
|
||||
"C-tracking-issue",
|
||||
"A-diagnostics",
|
||||
]
|
||||
|
||||
[autolabel."WG-trait-system-refactor"]
|
||||
|
|
Loading…
Add table
Reference in a new issue