From 3874a34eacd76d44a13778983a8de6004f3a7125 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 23 Sep 2025 13:21:45 -0700 Subject: [PATCH] Auto-assign internal-sites for general changes This updates the auto-assignment to include the new internal-sites team. --- triagebot.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 426f9f12..f43d64a2 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -14,12 +14,12 @@ warn_non_default_branch = true [assign.adhoc_groups] fallback = [ "@Mark-Simulacrum", - "@ehuss", + "internal-sites", ] [assign.owners] -"/blacksmith" = ["@ehuss"] -"/js" = ["@ehuss"] +"/blacksmith" = ["internal-sites"] +"/js" = ["internal-sites"] "/src/community" = ["community"] "/src/compiler" = ["compiler"] "/src/crates-io" = ["crates-io"]