2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Added CODEOWNERS file to protect DB migrations

- DB migrations are risky changes
- require review from devops before merging these
This commit is contained in:
Hannah Wolfe 2020-02-17 13:05:05 +00:00
parent 02c034068c
commit a8e4492109

4
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,4 @@
# All database migrations must be reviewed by devops
/core/server/data/schema/ @daniellockyer
/core/server/data/migrations/ @daniellockyer