1
Fork 0

Rollup merge of #139178 - apiraino:remove-cjgillot-automated-assighment, r=cjgillot

Remove cjgillot from automated review assignment

As discussed [on Zulip](508540539).

To be clear, this is not a value judgement, it's 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.

> [!IMPORTANT]
> This is not a final decision! Rust contributors are free to re-add themselves back to the active review rotation (if they feel like it) once they have more availability.

cc: `@cjgillot`
This commit is contained in:
Takayuki Maeda 2025-04-02 22:52:45 +09:00 committed by GitHub
commit 13c2d5e71e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1142,7 +1142,6 @@ compiler_leads = [
] ]
compiler = [ compiler = [
"@BoxyUwU", "@BoxyUwU",
"@cjgillot",
"@compiler-errors", "@compiler-errors",
"@davidtwco", "@davidtwco",
"@estebank", "@estebank",
@ -1197,7 +1196,7 @@ codegen = [
"@workingjubilee", "@workingjubilee",
] ]
query-system = [ query-system = [
"@cjgillot", "@oli-obk",
] ]
incremental = [ incremental = [
"@wesleywiser", "@wesleywiser",