Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index f0cd353997..95eed3ee17 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -11,5 +11,10 @@ allow-unauthenticated = [
new_pr = true
[no-merges]
-exclude_labels = ["sync"]
+exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
+ "Sync from downstream",
+ "sync from downstream",
+ "Sync from rust",
+ "sync from rust",
+]
labels = ["has-merge-commits", "S-waiting-on-author"]