From 5cc25d41e47a7da952d52fb1192c0527ff0ec517 Mon Sep 17 00:00:00 2001 From: Les Orchard Date: Mon, 17 May 2021 11:23:05 -0700 Subject: [PATCH] fixes #5249 chore(project): add some default reviewers for DB migrations (#5251) Because: * We'd like some elevated attention to PRs involving database migrations This commit: * Adds some folks to CODEOWNERS for changes to DB migrations --- .github/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0fd220078..5f95748e5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,6 @@ -app/tests @jrbenny35 @pdehaan \ No newline at end of file +app/tests @jrbenny35 @pdehaan +app/experimenter/base/migrations @jaredlockhart @lmorchard +app/experimenter/experiments/migrations @jaredlockhart @lmorchard +app/experimenter/notifications/migrations @jaredlockhart @lmorchard +app/experimenter/projects/migrations @jaredlockhart @lmorchard +app/experimenter/reporting/migrations @jaredlockhart @lmorchard