Skip to content

Commit eca370f

Browse files
authored
Unrolled build for rust-lang#116661
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
2 parents c543b6f + 406fb86 commit eca370f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

triagebot.toml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ allow-unauthenticated = [
2323
"needs-triage",
2424
]
2525

26+
[review-submitted]
27+
# This label is added when a "request changes" review is submitted.
28+
reviewed_label = "S-waiting-on-author"
29+
# These labels are removed when a "request changes" review is submitted.
30+
review_labels = ["S-waiting-on-review"]
31+
2632
[glacier]
2733

2834
[ping.icebreakers-llvm]

0 commit comments

Comments
 (0)