From 3ad94dbe06c6bc544632fde9404ff1981361ad17 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 10 Feb 2024 17:56:47 -0800 Subject: [PATCH] Remove myself from some review rotations --- triagebot.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index ef3f3693e61..bb9da213430 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -667,7 +667,6 @@ compiler = [ ] libs = [ "@cuviper", - "@joshtriplett", "@Mark-Simulacrum", ] bootstrap = [ @@ -833,7 +832,7 @@ project-stable-mir = [ "/src/rustdoc-json-types" = ["rustdoc"] "/src/stage0.json" = ["bootstrap"] "/tests/ui" = ["compiler"] -"/src/tools/cargo" = ["@ehuss", "@joshtriplett"] +"/src/tools/cargo" = ["@ehuss"] "/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors"] "/src/tools/linkchecker" = ["@ehuss"] "/src/tools/rust-installer" = ["bootstrap"]