mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 12:43:18 +00:00
Prevent PR assignments to @matthiaskrgr
, @giraffate
, and @Centri3
This commit is contained in:
parent
eecff6d07b
commit
2a34f231e9
1 changed files with 6 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue