Skip to content

Commit ae9e327

Browse files
authored
Merge pull request #6716 from jieyouxu/needs-triage
Begin labelling new issues with `needs-triage`
2 parents acf51c8 + dd88af6 commit ae9e327

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

triagebot.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1+
# This file's format is documented at
2+
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3+
4+
# ------------------------------------------------------------------------------
5+
# Labels
6+
# ------------------------------------------------------------------------------
7+
8+
[relabel]
9+
allow-unauthenticated = [
10+
"needs-triage",
11+
]
12+
113
[autolabel."pr-not-reviewed"]
214
new_pr = true
315

16+
[autolabel."needs-triage"]
17+
new_issue = true
18+
exclude_labels = [
19+
"C-tracking-issue",
20+
]
21+
22+
# ------------------------------------------------------------------------------
23+
# PR assignments
24+
# ------------------------------------------------------------------------------
25+
426
[assign]

0 commit comments

Comments
 (0)