Skip to content

Commit

Permalink
Merge pull request #4116 from RalfJung/merge-conflict
Browse files Browse the repository at this point in the history
triagebot: enable merge conflict notification
  • Loading branch information
oli-obk authored Dec 29, 2024
2 parents a2465fa + c4abaf3 commit 887b498
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## See <https://forge.rust-lang.org/triagebot/index.html> for documentation
## of these options.

[relabel]
allow-unauthenticated = [
"A-*",
Expand Down Expand Up @@ -30,5 +33,10 @@ 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"]

[merge-conflicts]
remove = []
add = ["S-waiting-on-author"]
unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"]

# Automatically close and reopen PRs made by bots to run CI on them
[bot-pull-requests]

0 comments on commit 887b498

Please sign in to comment.