From 6b7700ef49b4aef5b54b40f12eff2cfe19ec3976 Mon Sep 17 00:00:00 2001 From: xFrednet Date: Sun, 25 Feb 2024 10:08:38 +0100 Subject: [PATCH] Pause PR assignments for xFrednet :) --- triagebot.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 303a4ca900ca..1a81394af10d 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -6,7 +6,7 @@ allow-unauthenticated = [ # Allows shortcuts like `@rustbot ready` # -# See https://github.com/rust-lang/triagebot/wiki/Shortcuts +# See https://forge.rust-lang.org/triagebot/shortcuts.html [shortcut] # Have rustbot inform users about the *No Merge Policy* @@ -19,6 +19,7 @@ new_pr = true [assign] contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md" +users_on_vacation = ["xFrednet"] [assign.owners] "/.github" = ["@flip1995"]