Skip to content

Commit

Permalink
Rollup merge of #116776 - WaffleLapkin:hell-yeah-review-requested, r=…
Browse files Browse the repository at this point in the history
…Mark-Simulacrum

Enable `review-requested` feature for rustbot

See rust-lang/triagebot#1733.

r? `@Mark-Simulacrum`
  • Loading branch information
matthiaskrgr committed Oct 16, 2023
2 parents 17113f7 + 61a752a commit 8feb7c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8feb7c5

Please sign in to comment.