From 08912042af6749e8baf73885d7ae2fabe5424225 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Sun, 7 Jan 2024 11:07:04 +0300 Subject: [PATCH] Update triagebot configuration - Add the `[review-requested]` table to add and remove status labels when requesting a review - Add `contributing_url` to `[assign]` table --- triagebot.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index c5a1e994..3ff64fb3 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,6 +1,6 @@ [assign] warn_non_default_branch = true -# contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html" # FIXME: configure +contributing_url = "https://github.com/teloxide/teloxide/blob/master/CONTRIBUTING.md" [assign.adhoc_groups] # This is a special group that will be used if none of the `owners` entries matches. @@ -57,4 +57,10 @@ reviewed_label = "S-waiting-on-author" # These labels are removed when a review is submitted. review_labels = ["S-waiting-on-review"] +[review-requested] +# Those labels are removed when PR author requests a review from an assignee +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"] + [shortcut]