diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-06-01 00:40:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 00:40:59 +0800 |
| commit | e5139a7ff7a456e33e2a63fad60060b9f89d4e23 (patch) | |
| tree | baa0c8d0629f4d6e9ba8ff0c61dbc7548a0e1bb6 | |
| parent | 1c7bcb19b48f277874607214ae30b1af38c743ea (diff) | |
| parent | 3ebdc878122e0388b435c31b158271c1a6364e1c (diff) | |
| download | rust-e5139a7ff7a456e33e2a63fad60060b9f89d4e23.tar.gz rust-e5139a7ff7a456e33e2a63fad60060b9f89d4e23.zip | |
Merge pull request #2431 from jieyouxu/review-group
| -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 d67ecbcc7cc..978802edf3f 100644 --- a/src/doc/rustc-dev-guide/triagebot.toml +++ b/src/doc/rustc-dev-guide/triagebot.toml @@ -1,8 +1,6 @@ # This file's format is documented at # https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration -[assign] - [autolabel."needs-triage"] new_issue = true exclude_labels = [ @@ -22,8 +20,8 @@ remove_labels = ["S-waiting-on-author"] # Those labels are added when PR author requests a review from an assignee add_labels = ["S-waiting-on-review"] -# Enable tracking of PR review assignment -# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html +# Enable shortcuts like `@rustbot ready` +# Documentation at: https://forge.rust-lang.org/triagebot/shortcuts.html [shortcut] [autolabel."S-waiting-on-review"] @@ -69,3 +67,16 @@ allow-unauthenticated = [ [behind-upstream] days-threshold = 7 + +# Enable triagebot (PR) assignment. +# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html +[assign] + +# Keep members alphanumerically sorted. +[assign.adhoc_groups] +rustc-dev-guide = [ + "@BoxyUwU", + "@jieyouxu", + "@jyn514", + "@tshepang", +] |
