about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTakayuki Maeda <takoyaki0316@gmail.com>2025-04-02 22:52:45 +0900
committerGitHub <noreply@github.com>2025-04-02 22:52:45 +0900
commit13c2d5e71ebc332a65ecd6c29b4233ad83a2a419 (patch)
tree2a04c4e4c5d25406a7aa1d8c9d6d3ad8006bd4d0
parentae9173d7dd4a31806c950c90dcc331f1508b4d17 (diff)
parentebca98fa2ff11cf1fc4d753a12db4b1c0bddeda9 (diff)
downloadrust-13c2d5e71ebc332a65ecd6c29b4233ad83a2a419.tar.gz
rust-13c2d5e71ebc332a65ecd6c29b4233ad83a2a419.zip
Rollup merge of #139178 - apiraino:remove-cjgillot-automated-assighment, r=cjgillot
Remove cjgillot from automated review assignment

As discussed [on Zulip](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Review.20for.20.23137465/with/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`
-rw-r--r--triagebot.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 59f815974be..db6109a671d 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1142,7 +1142,6 @@ compiler_leads = [
 ]
 compiler = [
     "@BoxyUwU",
-    "@cjgillot",
     "@compiler-errors",
     "@davidtwco",
     "@estebank",
@@ -1197,7 +1196,7 @@ codegen = [
     "@workingjubilee",
 ]
 query-system = [
-    "@cjgillot",
+    "@oli-obk",
 ]
 incremental = [
     "@wesleywiser",