diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-10-21 15:07:36 +0200 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-10-21 15:07:36 +0200 |
| commit | d50832ba0965b035cc939af4c832ee2c468e2c51 (patch) | |
| tree | 4dfd466f5be00c2bf141f3696c6cda17333261aa | |
| parent | e015ef5b2633960e7653b744d7a1c3d1d336313a (diff) | |
| download | rust-d50832ba0965b035cc939af4c832ee2c468e2c51.tar.gz rust-d50832ba0965b035cc939af4c832ee2c468e2c51.zip | |
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", ] |
