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
1 changed files with 4 additions and 0 deletions

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