Skip to content

Commit 3e837ec

Browse files
committed
Enable triagebot's merge conflict notifications
1 parent b96fecf commit 3e837ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

triagebot.toml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ allow-unauthenticated = [
99
# See https://forge.rust-lang.org/triagebot/shortcuts.html
1010
[shortcut]
1111

12+
[merge-conflicts]
13+
add = ['S-waiting-on-author']
14+
remove = ['S-waiting-on-review']
15+
unless = ['S-blocked', 'S-final-comment-period']
16+
1217
# Have rustbot inform users about the *No Merge Policy*
1318
[no-merges]
1419
exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust

0 commit comments

Comments
 (0)