Skip to content

chore: add CODEOWNERS file for PR review automation#272

Open
Topmatrixmor2014 wants to merge 1 commit into
XStreamRollz:mainfrom
Topmatrixmor2014:chore/add-codeowners
Open

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

Conversation

@Topmatrixmor2014

Copy link
Copy Markdown

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
Author

PR submitted for review and merging

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

1 participant