Skip to content

Commit a8464e6

Browse files
committed
triagebot: apply needs-triage label for new issues
1 parent dc345b0 commit a8464e6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/doc/rustc-dev-guide/triagebot.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
# This file's format is documented at
2+
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3+
14
[assign]
25

6+
[autolabel."needs-triage"]
7+
new_issue = true
8+
exclude_labels = [
9+
"A-diagnostics",
10+
"C-tracking-issue",
11+
]
12+
313
[relabel]
414
allow-unauthenticated = [
515
"-Z*",

0 commit comments

Comments
 (0)