Prepare CODEOWNERS file for reviewer auto-assignment by isolating the ownership of the engineering team to packages. Without this, the team would be asked to review docs PRs too.
10 lines
584 B
Plaintext
10 lines
584 B
Plaintext
# All files not owned by other teams must be reviewed by the core team
|
|
* @medusajs/core
|
|
/packages/ @medusajs/engineering
|
|
/integration-tests/ @medusajs/engineering
|
|
/docs-util/ @medusajs/docs
|
|
/www/ @medusajs/docs
|
|
/packages/admin @medusajs/ui
|
|
/packages/admin-ui @medusajs/ui
|
|
/packages/design-system/ @medusajs/ui
|