Skip to content

chore: fix global CODEOWNERS pattern and route to current maintainers#776

Open
QuintonJason wants to merge 1 commit into
mainfrom
chore/codeowners-maintainers
Open

chore: fix global CODEOWNERS pattern and route to current maintainers#776
QuintonJason wants to merge 1 commit into
mainfrom
chore/codeowners-maintainers

Conversation

@QuintonJason

@QuintonJason QuintonJason commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Description

Two things, both maintenance for the incoming-contributor phase now that the DSS team has wound down:

  1. Fixes a latent bug. The global-owners line was - @Kajabi/dss-devs. In CODEOWNERS, patterns are gitignore-style — * matches all files, but a bare - matches only a file literally named -. GitHub doesn't flag it (it's syntactically valid), but it means no code-owner review has actually been required on general files — only /.github/ (owned by PE) had a working rule. Changed to *.

  2. Routes to the real maintainers. @Kajabi/dss-devs is a dissolved team (2 remaining members). Points ownership at the two people actually maintaining Pine now — @QuintonJason and @pixelflips — so the review gate survives the team being deleted.

The /.github/ @kajabi/production-engineering rule is unchanged.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • other: verified via GET /repos/Kajabi/pine/codeowners/errors (no syntax errors) and confirmed @QuintonJason/@pixelflips are the two dss-devs members with write access.

Checklist:

  • I have performed a self-review of my code

Note

Low Risk
Repository review-policy only; no application code, auth, or runtime behavior changes.

Overview
Fixes the global CODEOWNERS rule so it actually applies to the whole repo: the old pattern - only matched a file named -, so required reviews were not enforced on normal paths (only /.github/ via production-engineering still worked). The rule is now *, with owners switched from dissolved @Kajabi/dss-devs to @QuintonJason and @pixelflips, plus a short comment documenting the bug and maintainer handoff.

The /.github/ @kajabi/production-engineering line is unchanged.

Reviewed by Cursor Bugbot for commit 30f9af0. Bugbot is set up for automated code reviews on this repo. Configure here.

@QuintonJason QuintonJason requested a review from a team as a code owner July 14, 2026 18:35
@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for pine-design-system ready!

Name Link
🔨 Latest commit 30f9af0
🔍 Latest deploy log https://app.netlify.com/projects/pine-design-system/deploys/6a56816d25c7580008b23bc4
😎 Deploy Preview https://deploy-preview-776--pine-design-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant