diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-05-29 16:12:35 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-05-29 16:12:35 +0800 |
| commit | dc345b0eb16e8949d1a4117347993173cbf5b890 (patch) | |
| tree | 816122e37f6a53c6b8f2a3175a788da1d7d235fe | |
| parent | 6f7927d9b515344840afe88aab4a0d01c2b995d6 (diff) | |
| download | rust-dc345b0eb16e8949d1a4117347993173cbf5b890.tar.gz rust-dc345b0eb16e8949d1a4117347993173cbf5b890.zip | |
triagebot: adjust `allow-unauthenticated` labels
| -rw-r--r-- | src/doc/rustc-dev-guide/triagebot.toml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml index 53fa72469fd..2af55c70fd9 100644 --- a/src/doc/rustc-dev-guide/triagebot.toml +++ b/src/doc/rustc-dev-guide/triagebot.toml @@ -2,9 +2,20 @@ [relabel] allow-unauthenticated = [ - "waiting-on-review", - "waiting-on-author", - "blocked", + "-Z*", + "A-*", + "C-*", + "D-*", + "E-*", + "F-*", + "I-*", + "L-*", + "O-*", + "PG-*", + "S-*", + "T-*", + "WG-*", + "needs-triage", ] [no-mentions] @@ -15,4 +26,4 @@ allow-unauthenticated = [ [bot-pull-requests] [behind-upstream] -days-threshold = 7 \ No newline at end of file +days-threshold = 7 |
