blob: 1a81394af10d533722b5a68b033e63957d65eab8 [file] [log] [blame]
[relabel]
allow-unauthenticated = [
"A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
"good-first-issue", "beta-nominated"
]
# Allows shortcuts like `@rustbot ready`
#
# See https://forge.rust-lang.org/triagebot/shortcuts.html
[shortcut]
# Have rustbot inform users about the *No Merge Policy*
[no-merges]
exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust
labels = ["has-merge-commits", "S-waiting-on-author"]
[autolabel."S-waiting-on-review"]
new_pr = true
[assign]
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
users_on_vacation = ["xFrednet"]
[assign.owners]
"/.github" = ["@flip1995"]
"/book" = ["@flip1995"]
"/util/gh-pages" = ["@xFrednet"]
"*" = [
"@Manishearth",
"@llogiq",
"@xFrednet",
"@Alexendoo",
"@dswij",
"@Jarcho",
"@blyxyas",
"@y21",
]