diff --git a/triagebot.toml b/triagebot.toml index 303a4ca900c..1a81394af10 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"]