Skip to content

Commit

Permalink
Unrolled build for rust-lang#116661
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#116661 - WaffleLapkin:make-reviews-change-pr-state, 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
rust-timer authored Oct 15, 2023
2 parents c543b6f + 406fb86 commit eca370f
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 eca370f

Please sign in to comment.