about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-10-22 19:42:53 +0900
committerGitHub <noreply@github.com>2021-10-22 19:42:53 +0900
commitea8a896ee83903bfcdd555b62bbfd19ebc430986 (patch)
tree809098dcb722acb2b0b01413f0dde039ed788428
parenta741f682fe76bff3331adc16c9a35797bdf4bcad (diff)
parentd50832ba0965b035cc939af4c832ee2c468e2c51 (diff)
downloadrust-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.toml4
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",
 ]