From ee02cabdf7a8762a9af0e216b849a4618c62985a Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 11 Apr 2026 11:20:08 +0200 Subject: [PATCH] Remove CODEOWNERS in favor of OWNERS file Approval is now enforced through the maintainer-approval GitHub Action (required status check) and the OWNERS file, rather than GitHub's built-in CODEOWNERS mechanism. This gives us more flexible per-path approval logic while keeping the same ownership rules. Co-authored-by: Isaac --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index d1618a2dee..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,11 +0,0 @@ -* @andrewnester @anton-107 @denik @pietern @shreyas-goenka @simonfaltum -/cmd/bundle/bundle.go @andrewnester @anton-107 @denik @pietern @shreyas-goenka @simonfaltum @lennartkats-db -/libs/template/ @andrewnester @anton-107 @denik @pietern @shreyas-goenka @simonfaltum @lennartkats-db -/acceptance/pipelines/ @jefferycheng1 @kanterov @lennartkats-db -/cmd/pipelines/ @jefferycheng1 @kanterov @lennartkats-db -/cmd/labs/ @alexott @nfx -/cmd/apps/ @databricks/eng-apps-devex -/cmd/workspace/apps/ @databricks/eng-apps-devex -/libs/apps/ @databricks/eng-apps-devex -/acceptance/apps/ @databricks/eng-apps-devex -/experimental/aitools/ @databricks/eng-apps-devex @lennartkats-db