From a8ebb3aff17acf008c099e514760cf84f560e24e Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 15 Jul 2026 06:22:12 -0700 Subject: [PATCH] Remove myself from review rotation --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 8d406ac3178..6d7b6f1d97e 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -62,7 +62,7 @@ contributing_url = "https://rust-lang.github.io/cargo/contrib/" warn_non_default_branch = true [assign.owners] -"*" = ["@ehuss", "@epage", "@weihanglo"] +"*" = ["@epage", "@weihanglo"] [review-submitted] reviewed_label = "S-waiting-on-author"