Skip to content

Commit

Permalink
Enable review-requested feature for rustbot
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Oct 15, 2023
1 parent f70779b commit 61a752a
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 61a752a

Please sign in to comment.