triagebot.toml: Allow applying nominated labels
This seems likely to help more than it would hurt; let's see how it goes.
This commit is contained in:
parent
10f4ce324b
commit
96cc0c691a
@ -1,14 +1,12 @@
|
|||||||
[relabel]
|
[relabel]
|
||||||
allow-unauthenticated = [
|
allow-unauthenticated = [
|
||||||
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
|
||||||
"D-*",
|
"D-*",
|
||||||
"needs-fcp",
|
"needs-fcp",
|
||||||
"relnotes",
|
"relnotes",
|
||||||
"requires-nightly",
|
"requires-nightly",
|
||||||
"regression-*",
|
"regression-*",
|
||||||
"perf-*",
|
"perf-*",
|
||||||
# I-* without I-*nominated
|
|
||||||
"I-*", "!I-*nominated",
|
|
||||||
"AsyncAwait-OnDeck",
|
"AsyncAwait-OnDeck",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user