From c908ac8cc5cb164faeb044b736de31c131be36c1 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 23 Mar 2025 13:04:10 -0700 Subject: [PATCH] Add more triagebot features --- triagebot.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 9343d9ce..df620778 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -21,3 +21,16 @@ allow-unauthenticated = [ [autolabel."S-waiting-on-review"] new_pr = true + +[merge-conflicts] +remove = [] +add = ["S-waiting-on-author"] +unless = ["S-blocked", "S-waiting-on-review"] + +[review-submitted] +reviewed_label = "S-waiting-on-author" +review_labels = ["S-waiting-on-review"] + +[review-requested] +remove_labels = ["S-waiting-on-author"] +add_labels = ["S-waiting-on-review"]