chore: trim CODEOWNERS entries now enforced org-wide (ENG-2013) - #3
Merged
Merged
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
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:07
bcc7a89 to
b522e6a
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 change at b522e6ab2a48. The active organization baseline covers the removed paths, and /tests/scripts/ remains assigned to DevOps. GitHub reports no CODEOWNERS errors. No blocking findings. The CLA check reports unsigned contributors; skipped deployment jobs do not validate this policy.
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
hamishfagg
had a problem deploying
to
staging
September 11, 2026 02:39 — with
GitHub Actions
Failure
hamishfagg
had a problem deploying
to
alpha-dev
September 11, 2026 02:39 — with
GitHub Actions
Failure
This branch had an error being deployed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Edits
.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:
Kept, as this repo's own rules (enforced by the org ruleset's
require_code_owner_review):Why
One org-wide policy in terraform for what every repo shares; CODEOWNERS for what only this repo needs. Neither duplicates the other.
Targets
main.🤖 Generated with Claude Code