Skip to content

Commit 4dfe76f

Browse files
authored
Unrolled build for rust-lang#140579
Rollup merge of rust-lang#140579 - jieyouxu:temp-remove, r=wesleywiser Remove estebank from automated review assignment First of all, Esteban thanks for all the reviews 💙 I think you've been quite busy IRL recently, so I'm proposing to remove you from the *automated* review assignment to prevent randomly rolling compiler PRs to you until you have more availability. If this is just temporary, please close this PR! This is [just a way to improve our fairness when assigning reviews, trying to find a balance between leaving time to Rust contributors review on their terms and availability and avoid having PRs waiting for too long](rust-lang/compiler-team#856). > [!NOTE] > > This only prevents randomly-rolled compiler PRs from being auto assigned to you, it does not prevent explicit `r?` assignments. **Please feel free to re-add yourself back to the active review rotation once you have more availability (if you feel like it).** - If you want, it's also possible to only opt-out of the *general* compiler review rotation (`r? compiler`) but keep e.g. `r? diagnostics` rolls. r? compiler_leads
2 parents 7e552b4 + abc57dc commit 4dfe76f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

triagebot.toml

-5
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,6 @@ compiler = [
11611161
"@BoxyUwU",
11621162
"@compiler-errors",
11631163
"@davidtwco",
1164-
"@estebank",
11651164
"@fee1-dead",
11661165
"@fmease",
11671166
"@jieyouxu",
@@ -1221,22 +1220,19 @@ incremental = [
12211220
diagnostics = [
12221221
"@compiler-errors",
12231222
"@davidtwco",
1224-
"@estebank",
12251223
"@oli-obk",
12261224
"@chenyukang",
12271225
]
12281226
parser = [
12291227
"@compiler-errors",
12301228
"@davidtwco",
1231-
"@estebank",
12321229
"@nnethercote",
12331230
"@petrochenkov",
12341231
"@spastorino",
12351232
]
12361233
lexer = [
12371234
"@nnethercote",
12381235
"@petrochenkov",
1239-
"@estebank",
12401236
"@chenyukang",
12411237
]
12421238
arena = [
@@ -1268,7 +1264,6 @@ borrowck = [
12681264
]
12691265
ast_lowering = [
12701266
"@compiler-errors",
1271-
"@estebank",
12721267
"@spastorino",
12731268
]
12741269
debuginfo = [

0 commit comments

Comments
 (0)