Prevent PR assignments to @matthiaskrgr, @giraffate, and @Centri3

This commit is contained in:
xFrednet 2024-04-01 12:06:29 +02:00
parent eecff6d07b
commit 2a34f231e9
No known key found for this signature in database
GPG key ID: F5C59D0E669E5302

View file

@ -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"]