about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-04-09 15:31:57 +0000
committerGitHub <noreply@github.com>2025-04-09 15:31:57 +0000
commite0e2a93cf2e36be513c36176d26f14ddb9f24002 (patch)
treee2712996aef025ce3b737727c5542647d9058499
parent630ac0ca723029d548324b00c1494d0d350cab35 (diff)
parenteed88e44307bf57db34afe59f8d6a60845131f19 (diff)
downloadrust-e0e2a93cf2e36be513c36176d26f14ddb9f24002.tar.gz
rust-e0e2a93cf2e36be513c36176d26f14ddb9f24002.zip
Enable GitHub review synchronization with S-waiting-on-* labels (#14567)
changelog: none

r? @flip1995
-rw-r--r--triagebot.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 981ad91852e..4887ea84bc1 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -18,6 +18,18 @@ allow-unauthenticated = [
 exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust
 labels = ["has-merge-commits", "S-waiting-on-author"]
 
+[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"]
+
+[review-submitted]
+# These labels are removed when a review is submitted.
+review_labels = ["S-waiting-on-review"]
+# This label is added when a review is submitted.
+reviewed_label = "S-waiting-on-author"
+
 [autolabel."S-waiting-on-review"]
 new_pr = true