From a8e4492109e366b1c0926f908adf60eee085f0f7 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 17 Feb 2020 13:05:05 +0000 Subject: [PATCH] Added CODEOWNERS file to protect DB migrations - DB migrations are risky changes - require review from devops before merging these --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..304eb4403c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# All database migrations must be reviewed by devops + +/core/server/data/schema/ @daniellockyer +/core/server/data/migrations/ @daniellockyer