diff options
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 4b0ad0fb6bb..737aaec79a0 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -9,6 +9,11 @@ allow-unauthenticated = [ # See https://forge.rust-lang.org/triagebot/shortcuts.html [shortcut] +[merge-conflicts] +add = ['S-waiting-on-author'] +remove = ['S-waiting-on-review'] +unless = ['S-blocked', 'S-final-comment-period'] + # Have rustbot inform users about the *No Merge Policy* [no-merges] exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust |
