From 3ef75c05ebb1db9433eddbc5fc1877562744e6bd Mon Sep 17 00:00:00 2001 From: Hamish Fagg Date: Thu, 10 Sep 2026 17:07:39 +1200 Subject: [PATCH] chore: remove CODEOWNERS entries now enforced org-wide (ENG-2013) Paths every repo shares (.github/, Dockerfile, Makefile, docker/, alembic/, pyproject.toml, ...) now require a @mindsdb/devops review through the org-level ruleset in mindsdb/terraform, so they leave this file. Anything specific to this repo stays here; the same ruleset enforces CODEOWNERS via require_code_owner_review. 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 7a7c12f..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,5 +0,0 @@ -# Everything under .github/ decides what runs in CI, on which runner, and with -# which secrets in scope. This repo accepts pull requests from outside -# contributors, so a change here is a change to a trust boundary rather than to -# the product. DevOps reviews it. -.github/ @mindsdb/devops