From 90aaa059a2bce4f0f1fa576cd496a05d37a5e9e8 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 20 Dec 2024 06:40:29 -0800 Subject: [PATCH] Enable triagebot merge conflict notifications --- triagebot.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 511e43b76fa..35256be5866 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -28,6 +28,11 @@ label = "O-windows" [transfer] +[merge-conflicts] +remove = [] +add = ["S-waiting-on-author"] +unless = ["S-blocked", "S-waiting-on-review"] + [autolabel."S-waiting-on-review"] new_pr = true