2019-09-28 14:14:20 +02:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
2021-02-06 23:56:08 +01:00
|
|
|
"A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
|
2022-12-06 09:47:59 +01:00
|
|
|
"good-first-issue", "beta-nominated"
|
2019-09-28 14:14:20 +02:00
|
|
|
]
|
|
|
|
|
2021-12-03 19:10:14 +01:00
|
|
|
# Allows shortcuts like `@rustbot ready`
|
|
|
|
#
|
|
|
|
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
|
|
|
|
[shortcut]
|
2022-10-24 16:33:53 -07:00
|
|
|
|
2022-11-29 05:18:43 -08:00
|
|
|
[autolabel."S-waiting-on-review"]
|
|
|
|
new_pr = true
|
|
|
|
|
2022-10-24 16:33:53 -07:00
|
|
|
[assign]
|
|
|
|
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
|
|
|
|
|
|
|
|
[assign.owners]
|
|
|
|
"/.github" = ["@flip1995"]
|
2023-05-15 09:58:10 +02:00
|
|
|
"/book" = ["@flip1995"]
|
2023-03-19 13:42:12 +01:00
|
|
|
"/util/gh-pages" = ["@xFrednet"]
|
2022-10-24 16:33:53 -07:00
|
|
|
"*" = [
|
|
|
|
"@Manishearth",
|
|
|
|
"@llogiq",
|
|
|
|
"@giraffate",
|
|
|
|
"@xFrednet",
|
|
|
|
"@Alexendoo",
|
|
|
|
"@dswij",
|
|
|
|
"@Jarcho",
|
|
|
|
]
|