From 9d80c843f8a88ae64090cb155d9cdafc8e5f72c7 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 5 Dec 2024 09:29:42 -0800 Subject: [PATCH] Add triagebot autolabel --- triagebot.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 5888defef..327f4ec53 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,3 +11,14 @@ allow-unauthenticated = [ remove = [] add = ["S-waiting-on-author"] unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"] + +[autolabel."S-waiting-on-review"] +new_pr = true + +[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"]