diff options
| author | xFrednet <xFrednet@gmail.com> | 2024-02-25 10:08:38 +0100 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2024-02-25 10:18:55 +0100 |
| commit | 6b7700ef49b4aef5b54b40f12eff2cfe19ec3976 (patch) | |
| tree | f0ab61f22beb91e859573221656b3660dd861a39 | |
| parent | a2c1d565e576efb5f3abce367723711afe65c8cd (diff) | |
| download | rust-6b7700ef49b4aef5b54b40f12eff2cfe19ec3976.tar.gz rust-6b7700ef49b4aef5b54b40f12eff2cfe19ec3976.zip | |
Pause PR assignments for xFrednet :)
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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"] |
