Skip to content

Commit dd88af6

Browse files
committed
triagebot: label new non-tracking issues with needs-triage label
1 parent 5c0bd7e commit dd88af6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

triagebot.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,20 @@
55
# Labels
66
# ------------------------------------------------------------------------------
77

8+
[relabel]
9+
allow-unauthenticated = [
10+
"needs-triage",
11+
]
12+
813
[autolabel."pr-not-reviewed"]
914
new_pr = true
1015

16+
[autolabel."needs-triage"]
17+
new_issue = true
18+
exclude_labels = [
19+
"C-tracking-issue",
20+
]
21+
1122
# ------------------------------------------------------------------------------
1223
# PR assignments
1324
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)