Ghost/.github/CODEOWNERS
Hannah Wolfe a8e4492109 Added CODEOWNERS file to protect DB migrations
- DB migrations are risky changes
- require review from devops before merging these
2020-02-17 13:05:09 +00:00

5 lines
148 B
Plaintext

# All database migrations must be reviewed by devops
/core/server/data/schema/ @daniellockyer
/core/server/data/migrations/ @daniellockyer