about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-05-15 20:19:52 +0200
committerLeón Orell Valerian Liehr <me@fmease.dev>2024-05-15 20:24:09 +0200
commit72a48fc68c23afd94607a5c5eca3921116d0f434 (patch)
tree4118341e1adce87e8e8e5f993ef4295e06ab6099
parent7c4ac0603e9ee5295bc802c90575391288a69a8a (diff)
Allow unauthenticated users to modify `L-*`, `PG-*` and `-Z*` labels
-rw-r--r--triagebot.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 499ba6e470c..38f3db2be3f 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -9,11 +9,14 @@ allow-unauthenticated = [
     "E-*",
     "F-*",
     "I-*",
+    "L-*",
     "NLL-*",
     "O-*",
+    "PG-*",
     "S-*",
     "T-*",
     "WG-*",
+    "-Z*",
     "beta-nominated",
     "const-hack",
     "llvm-*",