diff options
| -rw-r--r-- | triagebot.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index d8131044ff2..901977da25b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -19,7 +19,12 @@ new_pr = true [assign] contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md" -users_on_vacation = ["y21"] +users_on_vacation = [ + "y21", + "matthiaskrgr", + "giraffate", + "Centri3", +] [assign.owners] "/.github" = ["@flip1995"] |
