From 4830653705dc73ac0056115b9276d5f8778c87a3 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 19 Oct 2023 09:39:59 -0400 Subject: [PATCH] chore(triagebot): auto label when PR review state changes --- triagebot.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index c92b4ce8c90..d005a68805b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -36,6 +36,15 @@ warn_non_default_branch = true [assign.owners] "*" = ["@ehuss", "@epage", "@weihanglo"] + +[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"] + [autolabel."A-build-execution"] trigger_files = [ "src/cargo/core/compiler/compilation.rs",