Skip to content

Commit 367f7aa

Browse files
committed
Auto merge of rust-lang#12604 - xFrednet:00000-review-vacation, r=matthiaskrgr
Prevent PR assignments to `@matthiaskrgr`, `@giraffate`, and `@Centri3` When commenting r? clippy, rustbot takes a random member from the team. I'm setting you kings and queen to be on vacation, so that rustbot doesn't target you. --- changelog: none cc: `@matthiaskrgr` `@giraffate` and `@Centri3`
2 parents eecff6d + 2a34f23 commit 367f7aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

triagebot.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ new_pr = true
1919

2020
[assign]
2121
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
22-
users_on_vacation = ["y21"]
22+
users_on_vacation = [
23+
"y21",
24+
"matthiaskrgr",
25+
"giraffate",
26+
"Centri3",
27+
]
2328

2429
[assign.owners]
2530
"/.github" = ["@flip1995"]

0 commit comments

Comments
 (0)