From f8fed24910aadbc2a4260bb920b1f7102594fdc1 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Fri, 8 Aug 2025 15:15:57 +0200 Subject: [PATCH] Enable the `@rustbot ready/author/blocked` shortcuts Given that they can set pretty much all the other flags (including e.g. nominating an issue) these are part of the regular issue/ACP workflow and thus seem sensible to add. --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 2cca4a1..b5ecc7a 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -20,6 +20,9 @@ allow-unauthenticated = [ "initial-comment-period", ] +# Enable rustbot ready/author/blocked shortcuts +[shortcut] + # [major-change] # second_label = "initial-comment-period" # meeting_label = "I-nominated"