mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
Rollup merge of #116776 - WaffleLapkin:hell-yeah-review-requested, r=Mark-Simulacrum
Enable `review-requested` feature for rustbot See https://github.com/rust-lang/triagebot/pull/1733. r? `@Mark-Simulacrum`
This commit is contained in:
commit
8feb7c55fe
@ -29,6 +29,12 @@ reviewed_label = "S-waiting-on-author"
|
|||||||
# These labels are removed when a "request changes" review is submitted.
|
# These labels are removed when a "request changes" review is submitted.
|
||||||
review_labels = ["S-waiting-on-review"]
|
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]
|
[glacier]
|
||||||
|
|
||||||
[ping.icebreakers-llvm]
|
[ping.icebreakers-llvm]
|
||||||
|
Loading…
Reference in New Issue
Block a user