Skip to content

Commit

Permalink
Rollup merge of #90129 - joshtriplett:triagebot-nominated, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

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.
  • Loading branch information
JohnTitor committed Oct 21, 2021
2 parents 7a2b460 + d50832b commit e394367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
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 e394367

Please sign in to comment.