rust/triagebot.toml

27 lines
524 B
TOML
Raw Normal View History

[relabel]
allow-unauthenticated = [
"A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
"good-first-issue"
]
# Allows shortcuts like `@rustbot ready`
#
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
[shortcut]
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"]
"*" = [
"@flip1995",
"@Manishearth",
"@llogiq",
"@giraffate",
"@xFrednet",
"@Alexendoo",
"@dswij",
"@Jarcho",
]