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:
Matthias Krüger 2024-01-19 19:27:02 +01:00 committed by GitHub
commit 42e79734e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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