about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-10-16 06:26:21 +0200
committerGitHub <noreply@github.com>2023-10-16 06:26:21 +0200
commit8feb7c55fe8cfdfe0c222a4123528b16d33afc59 (patch)
treefa27afb71b340e166c2b8d84579f69039101482b
parent17113f7db66fd87e3dd9f8acc72a082e47d2dc44 (diff)
parent61a752a0f9f09f400e1a71a996c72f2fc9d83775 (diff)
downloadrust-8feb7c55fe8cfdfe0c222a4123528b16d33afc59.tar.gz
rust-8feb7c55fe8cfdfe0c222a4123528b16d33afc59.zip
Rollup merge of #116776 - WaffleLapkin:hell-yeah-review-requested, r=Mark-Simulacrum
Enable `review-requested` feature for rustbot

See https://github.com/rust-lang/triagebot/pull/1733.

r? `@Mark-Simulacrum`
-rw-r--r--triagebot.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index ab3afb4b955..036a53b5e49 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -29,6 +29,12 @@ 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"]
+
 [glacier]
 
 [ping.icebreakers-llvm]