Skip to content

chore: add CODEOWNERS file for PR review automation#272

Merged
Xhristin3 merged 1 commit into
XStreamRollz:mainfrom
Topmatrixmor2014:chore/add-codeowners
Jun 17, 2026
Merged

chore: add CODEOWNERS file for PR review automation#272
Xhristin3 merged 1 commit into
XStreamRollz:mainfrom
Topmatrixmor2014:chore/add-codeowners

Conversation

@Topmatrixmor2014

Copy link
Copy Markdown
Contributor

Summary

Adds .github/CODEOWNERS to enable automatic review assignment per package, resolving #208.

Changes

  • New file: .github/CODEOWNERS
Path Owner
/api/ @xstreamroll/api-maintainers
/app/ @xstreamroll/app-maintainers
/xstreamroll-sdk/ @xstreamroll/sdk-maintainers
/xstreamroll-processing/ @xstreamroll/processing-maintainers
/database/ @xstreamroll/infra-maintainers
/.github/ @xstreamroll/infra-maintainers

Acceptance Criteria

  • CODEOWNERS file exists at .github/CODEOWNERS
  • All package paths mapped to appropriate teams
  • File follows GitHub CODEOWNERS syntax

Closes #208

- Map /api/ to @xstreamroll/api-maintainers
- Map /app/ to @xstreamroll/app-maintainers
- Map /xstreamroll-sdk/ to @xstreamroll/sdk-maintainers
- Map /xstreamroll-processing/ to @xstreamroll/processing-maintainers
- Map /database/ to @xstreamroll/infra-maintainers
- Map /.github/ to @xstreamroll/infra-maintainers

Closes XStreamRollz#208
@Topmatrixmor2014

Copy link
Copy Markdown
Contributor Author

PR submitted for review and merging

Copy link
Copy Markdown
Contributor

Thanks @Topmatrixmor2014 🛡 — per-package CODEOWNERS will ensure PRs automatically route to the right reviewers. Closes #208. Merging! 🎉

@Xhristin3 Xhristin3 merged commit 399141d into XStreamRollz:main Jun 17, 2026
1 check passed
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.

chore: Add CODEOWNERS file for PR review automation

2 participants