From 4172dcc9fd617c127b690f3017dfdda9c5cc4478 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Sun, 30 Jul 2023 14:02:03 +0200 Subject: [PATCH] Add triagebot no-merges config --- triagebot.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index a910e012b734..f0cd35399752 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"]