mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05: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:
parent
02c034068c
commit
a8e4492109
1 changed files with 4 additions and 0 deletions
4
.github/CODEOWNERS
vendored
Normal file
4
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# All database migrations must be reviewed by devops
|
||||||
|
|
||||||
|
/core/server/data/schema/ @daniellockyer
|
||||||
|
/core/server/data/migrations/ @daniellockyer
|
Loading…
Add table
Reference in a new issue