mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
Migrate from highfive to triagebot
This commit is contained in:
parent
b698a151b3
commit
13dfbb2fa5
1 changed files with 16 additions and 2 deletions
|
@ -4,9 +4,23 @@ allow-unauthenticated = [
|
|||
"good-first-issue"
|
||||
]
|
||||
|
||||
[assign]
|
||||
|
||||
# Allows shortcuts like `@rustbot ready`
|
||||
#
|
||||
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
|
||||
[shortcut]
|
||||
|
||||
[assign]
|
||||
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
|
||||
|
||||
[assign.owners]
|
||||
"/.github" = ["@flip1995"]
|
||||
"*" = [
|
||||
"@flip1995",
|
||||
"@Manishearth",
|
||||
"@llogiq",
|
||||
"@giraffate",
|
||||
"@xFrednet",
|
||||
"@Alexendoo",
|
||||
"@dswij",
|
||||
"@Jarcho",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue