about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2023-07-30 14:02:03 +0200
committerLukas Wirth <lukastw97@gmail.com>2023-07-30 14:02:03 +0200
commit4172dcc9fd617c127b690f3017dfdda9c5cc4478 (patch)
tree25862bb8c7e6baaf334f015b0ad6eb357bfbf85e
parentdf725d6b6d841730fd07d68b62b6d8c2eb68a78f (diff)
downloadrust-4172dcc9fd617c127b690f3017dfdda9c5cc4478.tar.gz
rust-4172dcc9fd617c127b690f3017dfdda9c5cc4478.zip
Add triagebot no-merges config
-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"]