diff --git a/triagebot.toml b/triagebot.toml index 4b051db0d73f2..dd96ac4ae68a2 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -402,6 +402,10 @@ message_on_add = """\ Issue #{number} "{title}" has been added. """ +[no-merges] +exclude_titles = ["Rollup of", "subtree update"] +labels = ["has-merge-commits", "S-waiting-on-author"] + [github-releases] format = "rustc" project-name = "Rust"