From c4abaf3520d81b0f54418b9121a647b81efca62a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 29 Dec 2024 09:35:09 +0100 Subject: [PATCH] triagebot: enable merge conflict notification --- triagebot.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 3192882dff..4e013764d8 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,3 +1,6 @@ +## See for documentation +## of these options. + [relabel] allow-unauthenticated = [ "A-*", @@ -30,5 +33,10 @@ remove_labels = ["S-waiting-on-author"] # Those labels are added when PR author requests a review from an assignee add_labels = ["S-waiting-on-review"] +[merge-conflicts] +remove = [] +add = ["S-waiting-on-author"] +unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"] + # Automatically close and reopen PRs made by bots to run CI on them [bot-pull-requests]