rust/triagebot.toml
Philipp Krones 579f1ec123
Add Centri3 and blyxyas to the reviewer rotation
And with that you will now be picked automatically by rustbot to review pull
requests.

Welcome to the team!
2023-07-20 09:49:21 +02:00

33 lines
663 B
TOML

[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]
[autolabel."S-waiting-on-review"]
new_pr = true
[assign]
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
[assign.owners]
"/.github" = ["@flip1995"]
"/book" = ["@flip1995"]
"/util/gh-pages" = ["@xFrednet"]
"*" = [
"@Manishearth",
"@llogiq",
"@giraffate",
"@xFrednet",
"@Alexendoo",
"@dswij",
"@Jarcho",
"@blyxyas",
"@Centri3",
]