chore: remove CODEOWNERS entries now enforced org-wide (ENG-2013) - #12497
Open
hamishfagg wants to merge 1 commit into
Open
chore: remove CODEOWNERS entries now enforced org-wide (ENG-2013)#12497hamishfagg wants to merge 1 commit into
hamishfagg wants to merge 1 commit into
Conversation
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 <noreply@anthropic.com>
hamishfagg
force-pushed
the
hamish/eng-2013-remove-codeowners
branch
from
September 10, 2026 05:08
80f4e13 to
3a347a0
Compare
lucas-koontz
approved these changes
Sep 10, 2026
lucas-koontz
left a comment
Contributor
There was a problem hiding this comment.
fyi: Reviewed the CODEOWNERS deletion and the organization ruleset. Shared workflow ownership remains required on main. This PR targets staging, where the baseline does not apply and review requirements are already disabled. Automatic DevOps review requests on staging cease when this merges; main changes on promotion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Deletes
.github/CODEOWNERS. The org-level ruleset in mindsdb/terraform (newprod/global/github) requires a@mindsdb/devopsreview on the paths common to all repos, and enforces each repo's CODEOWNERS throughrequire_code_owner_review. So: shared paths leave this file, repo-specific ones stay.Removed:
Why
One org-wide policy in terraform for what every repo shares; CODEOWNERS for what only this repo needs. Neither duplicates the other.
Targets
stagingso it reachesmainwith the next release.🤖 Generated with Claude Code