From 582851e6e8ee1f666d9ec261d3d473ea561827f3 Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Mon, 5 Aug 2024 15:53:42 -0400 Subject: [PATCH] feat(owners): remove telem special case (#8945) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description ### Testing Instructions --- .github/CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 408524b643c5d..a72a74286e30d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,3 @@ # Shared docs (team specific overrides below) /docs @vercel/turbo-oss @anthonyshew - -# overrides for crates that need more specific ownership -/crates/turborepo-telemetry/src/events @tknickman @padmaia