From fa58ecc9857798dc820cb6fda8f8d47693162147 Mon Sep 17 00:00:00 2001 From: Raina451 Date: Mon, 27 Jul 2026 17:46:13 +0530 Subject: [PATCH] chore: remove CODEOWNERS Generated with Claude Code Co-Authored-By: Claude --- .github/CODEOWNERS | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 4099ca243..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,10 +0,0 @@ -# CODEOWNERS file - defines code owners for automatic PR review requests -# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners - -# Core source — any PR touching these paths requires codeowner approval -/src/ @vnaren23 @Raina451 @swati354 -/packages/ @vnaren23 @Raina451 @swati354 -/tests/ @vnaren23 @Raina451 @swati354 -/package.json @vnaren23 @Raina451 @swati354 -/package-lock.json @vnaren23 @Raina451 @swati354 -/rollup.config.js @vnaren23 @Raina451 @swati354