Skip to content

Commit d016a67

Browse files
authored
Rollup merge of #152310 - Kobzol:remove-rustdoc-adhoc-group, r=Urgau
Remove `rustdoc` adhoc group With rust-lang/triagebot#2273, reviewers can now tell triagebot to opt them out of being assigned through a given team, so that `r? <team>` does not consider them if they don't want to. That means that we can now finally get rid of adhoc groups that correspond to actual Rust teams. I wanted to start with a smaller team than `t-compiler` to test this, so I started with `rustdoc`, which was the smallest team that I found an adhoc group for. Currently, the `rustdoc` team contains the following members: - aDotInTheVoid - GuillaumeGomez - notriddle - fmease - camelid - Manishearth - Urgau - lolbinarycat - yotamofek Only three of those were previously assignable through `r? rustdoc`. So to reproduce the previous state, I will run `as <username> work set-team-rotation-mode rustdoc off` for the remaining members of the `rustdoc` team before this is merged. If more people from `t-rustdoc` want to join the review rotation, they can send [triagebot](https://rust-lang.zulipchat.com/#narrow/dm/261224-triagebot) a DM with `work set-team-rotation-mode rustdoc on`. CC @rust-lang/rustdoc
2 parents c69e1a0 + d53133e commit d016a67

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

triagebot.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,11 +1488,6 @@ infra-ci = [
14881488
"@jdno",
14891489
"@jieyouxu",
14901490
]
1491-
rustdoc = [
1492-
"@GuillaumeGomez",
1493-
"@notriddle",
1494-
"@fmease",
1495-
]
14961491
docs = [
14971492
"@ehuss",
14981493
"@GuillaumeGomez",

0 commit comments

Comments
 (0)