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:
Nilstrieb 2024-01-19 08:29:42 +01:00 committed by GitHub
parent 1bd42be8cb
commit 841e9f5187
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"]