Skip to content

Commit 7167e32

Browse files
Rollup merge of rust-lang#98409 - joshtriplett:triagebot-nominated, r=Mark-Simulacrum
triagebot.toml: Allow applying nominated labels
2 parents f8e85f1 + 5cf5a52 commit 7167e32

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

triagebot.toml

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
[relabel]
22
allow-unauthenticated = [
3-
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
3+
"A-*",
4+
"C-*",
45
"D-*",
6+
"E-*",
7+
"F-*",
8+
"I-*",
9+
"NLL-*",
10+
"O-*",
11+
"S-*",
12+
"T-*",
13+
"WG-*",
514
"needs-fcp",
615
"relnotes",
716
"requires-nightly",
817
"regression-*",
918
"perf-*",
10-
# I-* without I-*nominated
11-
"I-*", "!I-*nominated",
1219
"AsyncAwait-OnDeck",
1320
]
1421

0 commit comments

Comments
 (0)