rust/triagebot.toml

31 lines
631 B
TOML
Raw Normal View History

[relabel]
allow-unauthenticated = [
"A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
"good-first-issue", "beta-nominated"
]
# Allows shortcuts like `@rustbot ready`
#
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
[shortcut]
2022-10-25 07:33:53 +08:00
2022-11-29 21:18:43 +08:00
[autolabel."S-waiting-on-review"]
new_pr = true
2022-10-25 07:33:53 +08:00
[assign]
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
[assign.owners]
"/.github" = ["@flip1995"]
"/book" = ["@flip1995"]
"/util/gh-pages" = ["@xFrednet"]
2022-10-25 07:33:53 +08:00
"*" = [
"@Manishearth",
"@llogiq",
"@giraffate",
"@xFrednet",
"@Alexendoo",
"@dswij",
"@Jarcho",
]