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:
Josh Triplett 2022-06-22 14:01:31 -07:00
parent 10f4ce324b
commit 96cc0c691a

View File

@ -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",
] ]