about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-22 07:57:50 +0000
committerbors <bors@rust-lang.org>2023-09-22 07:57:50 +0000
commit609bdbc4ddcd40d480730876595c0b7f4a58ffcc (patch)
treed784c25c021a91fb5ae49c2f2960a17088afe181
parent5855bd857948b609496dcbb971589fe3e94429dd (diff)
parent24b6922957dbe0b9f887c69508fc1192663019ca (diff)
downloadrust-609bdbc4ddcd40d480730876595c0b7f4a58ffcc.tar.gz
rust-609bdbc4ddcd40d480730876595c0b7f4a58ffcc.zip
Auto merge of #15620 - pitaj:no-merges_exclude-titles, r=Veykril
triagebot exclude_labels -> exclude_titles

https://github.com/rust-lang/triagebot/pull/1720
-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"]