From b522e6ab2a4854085deae2a2a0cdf275a35d2b52 Mon Sep 17 00:00:00 2001 From: Hamish Fagg Date: Thu, 10 Sep 2026 17:07:12 +1200 Subject: [PATCH] chore: trim 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b991db1934..06cd45db4c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1 @@ -/.github/workflows/ @mindsdb/devops /tests/scripts/ @mindsdb/devops -/docker/docker-bake.hcl @mindsdb/devops -/pyproject.toml @mindsdb/devops