0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
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

4 lines
148 B
Text

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