about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-01 09:35:44 +0000
committerbors <bors@rust-lang.org>2023-08-01 09:35:44 +0000
commit43ecf2944dec8ec3cee9fd33dea185ed07fd7239 (patch)
tree5a361259be8cb4c0c6b0bb2c384b8c9d51424ac2
parentc71e1368fd61527b4e4b8823d6fdf24da1a9abf9 (diff)
parent4172dcc9fd617c127b690f3017dfdda9c5cc4478 (diff)
downloadrust-43ecf2944dec8ec3cee9fd33dea185ed07fd7239.tar.gz
rust-43ecf2944dec8ec3cee9fd33dea185ed07fd7239.zip
Auto merge of #15358 - Veykril:no-merges, r=Veykril
Add triagebot no-merges config

cc https://github.com/rust-lang/triagebot/pull/1704 https://github.com/rust-lang/rust/pull/114157
-rw-r--r--triagebot.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index a910e012b73..f0cd3539975 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -9,3 +9,7 @@ allow-unauthenticated = [
 
 [autolabel."S-waiting-on-review"]
 new_pr = true
+
+[no-merges]
+exclude_labels = ["sync"]
+labels = ["has-merge-commits", "S-waiting-on-author"]