diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-10-22 19:42:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-22 19:42:53 +0900 |
| commit | ea8a896ee83903bfcdd555b62bbfd19ebc430986 (patch) | |
| tree | 809098dcb722acb2b0b01413f0dde039ed788428 | |
| parent | a741f682fe76bff3331adc16c9a35797bdf4bcad (diff) | |
| parent | d50832ba0965b035cc939af4c832ee2c468e2c51 (diff) | |
| download | rust-ea8a896ee83903bfcdd555b62bbfd19ebc430986.tar.gz rust-ea8a896ee83903bfcdd555b62bbfd19ebc430986.zip | |
Rollup merge of #90129 - joshtriplett:triagebot-nominated, r=Mark-Simulacrum
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.
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index 1e4df4d3fb7..48c7a00de78 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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", ] |
