Skip to content

chore(repo): own the tooling, workflows, items and tests paths - #2

Merged
amiralis1365 merged 1 commit into
mainfrom
chore/codeowners
Aug 27, 2026
Merged

chore(repo): own the tooling, workflows, items and tests paths#2
amiralis1365 merged 1 commit into
mainfrom
chore/codeowners

Conversation

@amiralis1365

Copy link
Copy Markdown
Collaborator

Adds path-specific CODEOWNERS rules so @amiralis1365 owns the tooling, workflow, catalog item and test paths.

/.config/         @amiralis1365
/.devcontainer/   @amiralis1365
/.github/         @amiralis1365
/items/           @amiralis1365
/tests/           @amiralis1365

Behaviour

CODEOWNERS is last-match-wins, so these rules override the * @justinmerrell catch-all for those five paths rather than adding to it. @amiralis1365 becomes the sole owner there; @justinmerrell keeps everything the catch-all still covers — README.md, LICENSE, NOTICE, ICONS.md, package.json, package-lock.json, tsconfig.json, Taskfile.yml, .editorconfig, .gitignore, and CODEOWNERS itself.

Note that CODEOWNERS lives at the repo root, so it is not covered by the /.github/ rule.

Access

The file's header warns that GitHub silently ignores an owner without write access. Verified — @amiralis1365 has write on musher-dev/catalog.

The header comment's rationale for the catch-all is left intact, with a short note above the new block explaining the override, since that paragraph now describes only part of the file.

🤖 Generated with Claude Code

Add path rules for .config, .devcontainer, .github, items and tests.
The last matching pattern wins, so these override the catch-all rather
than adding to it, and @amiralis1365 becomes the sole reviewer there.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@amiralis1365 amiralis1365 self-assigned this Aug 27, 2026
@amiralis1365
amiralis1365 merged commit 991fbc6 into main Aug 27, 2026
1 check passed
@amiralis1365
amiralis1365 deleted the chore/codeowners branch August 27, 2026 15:02
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