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
1 changed files with 1 additions and 3 deletions

View File

@ -1,14 +1,12 @@
[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
"D-*",
"needs-fcp",
"relnotes",
"requires-nightly",
"regression-*",
"perf-*",
# I-* without I-*nominated
"I-*", "!I-*nominated",
"AsyncAwait-OnDeck",
]