about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Jaszkowiak <p.jaszkow@gmail.com>2023-09-16 10:58:53 -0600
committerPeter Jaszkowiak <p.jaszkow@gmail.com>2023-09-16 10:58:53 -0600
commit24b6922957dbe0b9f887c69508fc1192663019ca (patch)
treec3bd184b48bbc7b45740c6d6c8197bb7d198a4fc
parent12e28c35758051dd6bc9cdf419a50dff80fab64d (diff)
downloadrust-24b6922957dbe0b9f887c69508fc1192663019ca.tar.gz
rust-24b6922957dbe0b9f887c69508fc1192663019ca.zip
triagebot exclude_labels -> exclude_titles
-rw-r--r--triagebot.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index f0cd3539975..95eed3ee172 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"]