From 96142d78de5ffb90f82b2183ac5da9d73eefa649 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:32:36 +0300 Subject: [PATCH] ci: Add migrations code owners (#5625) * ci: Add migrations code owners * ci: add second review * chore: add comment --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..dd38940b8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# require two approvals for any database migration +packages/cli/src/databases/migrations/ @n8n-io/migrations-review @n8n-io/migrations-second-review \ No newline at end of file