Files
uma/CODEOWNERS
Line: 9: incorrect codeowner user: mrice32 Line: 9: incorrect codeowner user: chrismaree Line: 9: incorrect codeowner user: md0x Line: 9: incorrect codeowner user: Reinis-FRP Line: 9: no users/groups matched Line: 12: incorrect codeowner user: mrice32 Line: 12: incorrect codeowner user: chrismaree Line: 12: incorrect codeowner user: daywiss Line: 12: no users/groups matched Line: 13: incorrect codeowner user: mrice32 Line: 13: incorrect codeowner user: chrismaree Line: 13: incorrect codeowner user: daywiss Line: 13: no users/groups matched Line: 14: incorrect codeowner user: mrice32 Line: 14: incorrect codeowner user: chrismaree Line: 14: incorrect codeowner user: daywiss Line: 14: no users/groups matched
2023-01-18 15:55:10 -05:00

15 lines
604 B
Plaintext

# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Note: CODEOWNERS are automatically requested for review on relevant PRs.
# Order is important; the last matching pattern takes the most
# precedence.
# These owners will be the default owners for everything in
# the repo unless a later match takes precedence.
* @mrice32 @chrismaree @md0x @Reinis-FRP
# Add @daywiss for sdk, api, and affiliates.
/packages/sdk/ @mrice32 @chrismaree @daywiss
/packages/api/ @mrice32 @chrismaree @daywiss
/packages/affiliates/ @mrice32 @chrismaree @daywiss