Skip to content

Commit 6366e31

Browse files
authored
Enable triagebot's merge conflict notifications (#14508)
Since we migrated away from bors I've missed this feature, fortunately triagebot supports it too - https://forge.rust-lang.org/triagebot/merge-conflicts.html r? @flip1995 changelog: none
2 parents 9e6c7af + 3e837ec commit 6366e31

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)