triagebot: Treat I-*nominated like I-nominated

rustbot doesn't allow unauthenticated users to set `I-nominated`; apply
the same permissions to the new `I-*nominated` labels.
This commit is contained in:
Josh Triplett 2021-10-21 15:07:36 +02:00
parent e015ef5b26
commit d50832ba09

View File

@ -5,8 +5,8 @@ allow-unauthenticated = [
"requires-nightly", "requires-nightly",
"regression-*", "regression-*",
"perf-*", "perf-*",
# I-* without I-nominated # I-* without I-*nominated
"I-*", "!I-nominated", "I-*", "!I-*nominated",
"AsyncAwait-OnDeck", "AsyncAwait-OnDeck",
] ]