Skip to content

Commit 841e9f5

Browse files
authored
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.
1 parent 1bd42be commit 841e9f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

triagebot.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ new_pr = true
364364
[autolabel."needs-triage"]
365365
new_issue = true
366366
exclude_labels = [
367-
"C-tracking-issue"
367+
"C-tracking-issue",
368+
"A-diagnostics",
368369
]
369370

370371
[autolabel."WG-trait-system-refactor"]

0 commit comments

Comments
 (0)