Skip to content

Commit

Permalink
Rollup merge of #116661 - WaffleLapkin:make-reviews-change-pr-state, …
Browse files Browse the repository at this point in the history
…r=Mark-Simulacrum

Make "request changes" reviews apply `S-waiting-on-author`

This makes it so **assignee** requesting changes on a PR via GitHub UI adds https://github.com/rust-lang/rust/labels/S-waiting-on-author and removes https://github.com/rust-lang/rust/labels/S-waiting-on-review.

cc `@compiler-errors` :3
  • Loading branch information
GuillaumeGomez committed Oct 14, 2023
2 parents 03cbf50 + 406fb86 commit 31b86ea
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 @@ -23,6 +23,12 @@ allow-unauthenticated = [
"needs-triage",
]

[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"]

[glacier]

[ping.icebreakers-llvm]
Expand Down

0 comments on commit 31b86ea

Please sign in to comment.