rust/triagebot.toml
bors fff46c1667 Auto merge of #12231 - Alexendoo:y21, r=y21
Add y21 to the review rotation

https://github.com/rust-lang/team/pull/1342

r? `@ghost,` when you're ready to be added to the rotation ``@bors` r+` this `@y21`

changelog: none
2024-02-11 18:20:52 +00:00

38 lines
860 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]
# 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 = ["blyxyas"]
[assign.owners]
"/.github" = ["@flip1995"]
"/book" = ["@flip1995"]
"/util/gh-pages" = ["@xFrednet"]
"*" = [
"@Manishearth",
"@llogiq",
"@xFrednet",
"@Alexendoo",
"@dswij",
"@Jarcho",
"@blyxyas",
"@y21",
]