Skip to content

Commit c4abaf3

Browse files
committed
triagebot: enable merge conflict notification
1 parent a2465fa commit c4abaf3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

triagebot.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## See <https://forge.rust-lang.org/triagebot/index.html> for documentation
2+
## of these options.
3+
14
[relabel]
25
allow-unauthenticated = [
36
"A-*",
@@ -30,5 +33,10 @@ remove_labels = ["S-waiting-on-author"]
3033
# Those labels are added when PR author requests a review from an assignee
3134
add_labels = ["S-waiting-on-review"]
3235

36+
[merge-conflicts]
37+
remove = []
38+
add = ["S-waiting-on-author"]
39+
unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"]
40+
3341
# Automatically close and reopen PRs made by bots to run CI on them
3442
[bot-pull-requests]

0 commit comments

Comments
 (0)