From 24b6922957dbe0b9f887c69508fc1192663019ca Mon Sep 17 00:00:00 2001
From: Peter Jaszkowiak
Date: Sat, 16 Sep 2023 10:58:53 -0600
Subject: [PATCH] triagebot exclude_labels -> exclude_titles
---
triagebot.toml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/triagebot.toml b/triagebot.toml
index f0cd35399752f..95eed3ee172c0 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"]