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
+2 -1
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"]