diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-05-15 20:19:52 +0200 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-05-15 20:24:09 +0200 |
| commit | 72a48fc68c23afd94607a5c5eca3921116d0f434 (patch) | |
| tree | 4118341e1adce87e8e8e5f993ef4295e06ab6099 | |
| parent | 7c4ac0603e9ee5295bc802c90575391288a69a8a (diff) | |
Allow unauthenticated users to modify `L-*`, `PG-*` and `-Z*` labels
| -rw-r--r-- | triagebot.toml | 3 |
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-*", |
