From 2e9c752e8046070a8e69fde06510c367f6f5a4a1 Mon Sep 17 00:00:00 2001 From: Hamish Fagg Date: Thu, 10 Sep 2026 14:37:46 +1200 Subject: [PATCH] chore: remove CODEOWNERS, now enforced by the org ruleset (ENG-2013) Review of these paths by @mindsdb/devops is required and auto-requested by the org-level ruleset defined in mindsdb/terraform (newprod/global/github), so the file no longer adds anything. Co-Authored-By: Claude Fable 5.1 --- .github/CODEOWNERS | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index a0ad3c1..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,5 +0,0 @@ -# Everything in this repo executes inside other repos' pipelines, with the -# calling repo's secrets in scope (AWS OIDC roles, ECR push, Slack bot token, -# PyPI trusted publishing). A change here reaches eight repos' CI, including -# prod deploys, so review belongs to the team that owns those pipelines. -* @mindsdb/devops