diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-05-29 16:15:04 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-05-29 16:15:04 +0800 |
| commit | cc9dca1bcf9d5a7d24b809c8fcd049c9fc7e9438 (patch) | |
| tree | c46d1e53a803fac29ce273c7a5df6db44c9317b1 | |
| parent | a8464e614532661e696d0cd54735266b023e683c (diff) | |
| download | rust-cc9dca1bcf9d5a7d24b809c8fcd049c9fc7e9438.tar.gz rust-cc9dca1bcf9d5a7d24b809c8fcd049c9fc7e9438.zip | |
triagebot: enable PR review status flipping and its shortcuts
| -rw-r--r-- | src/doc/rustc-dev-guide/triagebot.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml index 53038aecebb..b3336766494 100644 --- a/src/doc/rustc-dev-guide/triagebot.toml +++ b/src/doc/rustc-dev-guide/triagebot.toml @@ -10,6 +10,25 @@ exclude_labels = [ "C-tracking-issue", ] +[review-submitted] +# This label is added when a "request changes" review is submitted. +reviewed_label = "S-waiting-on-author" +# These labels are removed when a "request changes" review is submitted. +review_labels = ["S-waiting-on-review"] + +[review-requested] +# Those labels are removed when PR author requests a review from an assignee +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 +[shortcut] + +[autolabel."S-waiting-on-review"] +new_pr = true + [relabel] allow-unauthenticated = [ "-Z*", |
