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
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…
Reference in New Issue
Block a user