Skip to content

Commit

Permalink
Enable triagebot merge conflict notifications (#14972)
Browse files Browse the repository at this point in the history
This enables merge conflict notifications on GitHub. Homu was providing
this service for us, but it was shut down today. I find these
notifications useful, as they give an opportunity for the author to
proactively rebase and not require a round trip with the reviewer.
  • Loading branch information
epage authored Dec 20, 2024
2 parents efaaa0c + 90aaa05 commit 081d7ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ label = "O-windows"

[transfer]

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

[autolabel."S-waiting-on-review"]
new_pr = true

Expand Down

0 comments on commit 081d7ba

Please sign in to comment.