Skip to content

Commit

Permalink
Automatically add/remove labesl when github review (requests) are used
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Sep 16, 2024
1 parent a0f57d8 commit e04dc62
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 e04dc62

Please sign in to comment.