Skip to content

Commit 96cc0c6

Browse files
committed
triagebot.toml: Allow applying nominated labels
This seems likely to help more than it would hurt; let's see how it goes.
1 parent 10f4ce3 commit 96cc0c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

triagebot.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[relabel]
22
allow-unauthenticated = [
3-
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
3+
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
44
"D-*",
55
"needs-fcp",
66
"relnotes",
77
"requires-nightly",
88
"regression-*",
99
"perf-*",
10-
# I-* without I-*nominated
11-
"I-*", "!I-*nominated",
1210
"AsyncAwait-OnDeck",
1311
]
1412

0 commit comments

Comments
 (0)