From 2a4e4b320cc974d1554d26ca46bda7ee6d1e268e Mon Sep 17 00:00:00 2001 From: Rob DiCiuccio Date: Tue, 30 Mar 2021 08:54:08 -0700 Subject: [PATCH] Add CODEOWNERS (#13759) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..665175d93a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Notify all committers of DB migration changes, per SIP-59 +# https://github.com/apache/superset/issues/13351 +/superset/migrations/ @apache/superset-committers