Skip to content

Commit

Permalink
Auto merge of rust-lang#3893 - rust-lang:autolabel, r=RalfJung
Browse files Browse the repository at this point in the history
Automatically add/remove labels when github review (requests) are used
  • Loading branch information
bors committed Sep 17, 2024
2 parents f6ae3cb + e04dc62 commit 9c3a392
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/tools/miri/triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ contributing_url = "https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.m

[no-merges]
exclude_titles = ["Rustup"]

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

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

0 comments on commit 9c3a392

Please sign in to comment.