Skip to content

Commit

Permalink
triagebot: Treat I-*nominated like I-nominated
Browse files Browse the repository at this point in the history
rustbot doesn't allow unauthenticated users to set `I-nominated`; apply
the same permissions to the new `I-*nominated` labels.
  • Loading branch information
joshtriplett committed Oct 21, 2021
1 parent e015ef5 commit d50832b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triagebot.toml
Expand Up @@ -5,8 +5,8 @@ allow-unauthenticated = [
"requires-nightly",
"regression-*",
"perf-*",
# I-* without I-nominated
"I-*", "!I-nominated",
# I-* without I-*nominated
"I-*", "!I-*nominated",
"AsyncAwait-OnDeck",
]

Expand Down

0 comments on commit d50832b

Please sign in to comment.