This is an automated email from the ASF dual-hosted git repository. robdiciuccio pushed a commit to branch rd/CODEOWNERS in repository https://gitbox.apache.org/repos/asf/superset.git
commit 719b20b8e6a28bf2a8fe7b7ed17544e046f10af1 Author: Rob DiCiuccio <[email protected]> AuthorDate: Tue Mar 23 16:58:02 2021 -0700 Add CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..665175d --- /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
