Skip to content

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

Merged
QuintonJason merged 2 commits into
mainfrom
chore/codeowners-maintainers
Jul 24, 2026
Merged

chore: fix global CODEOWNERS pattern and route to current maintainers#776
QuintonJason merged 2 commits 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 governance only; no application code or runtime behavior changes.

Overview
Fixes global code-owner coverage so GitHub actually requires review on normal paths. The global rule was - @Kajabi/dss-devs; in CODEOWNERS that pattern only matches a file named -, not the whole tree, so only /.github/ (production-engineering) had been enforcing owners.

Replaces it with * @Kajabi/dss-devs and adds a short comment documenting the mistake. The /.github/ @kajabi/production-engineering line is unchanged.

Reviewed by Cursor Bugbot for commit 8f495f6. 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 8f495f6
🔍 Latest deploy log https://app.netlify.com/projects/pine-design-system/deploys/6a60e103e1a6d700082caf74
😎 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.

Comment thread .github/CODEOWNERS Outdated
# files. Maintained by the two remaining DSS maintainers after the team wound down.

- @Kajabi/dss-devs
* @QuintonJason @pixelflips

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to use * @Kajabi/dss-devs to fix this? If it's that DSS isn't strictly a team anymore, we should use an interest group a la @Kajabi/gemfile-reviewers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call — kept it a team. @Kajabi/dss-devs is still active (admin on this repo, the two of us as members), so I pointed the global rule at the team rather than naming individuals. The real fix here was the -* pattern; the owner just reverts to the team. If/when we stand up a fresh interest group, it is a one-line rename from here.

Per review: keep ownership on the (still-active) dss-devs team rather than
naming individuals. The core fix — the '-' -> '*' global pattern — is unchanged.
@QuintonJason
QuintonJason requested a review from prsimp July 22, 2026 15:27
@QuintonJason
QuintonJason merged commit 13012d3 into main Jul 24, 2026
21 checks passed
@QuintonJason
QuintonJason deleted the chore/codeowners-maintainers branch July 24, 2026 13:56
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.

2 participants