Skip to content

Commit

Permalink
Prevent PR assignments to @matthiaskrgr, @giraffate, and @Centri3
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Apr 6, 2024
1 parent eecff6d commit 2a34f23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 2a34f23

Please sign in to comment.