You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ro...@apache.org on 2021/03/23 23:58:49 UTC

[superset] branch rd/CODEOWNERS created (now 719b20b)

This is an automated email from the ASF dual-hosted git repository.

robdiciuccio pushed a change to branch rd/CODEOWNERS
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at 719b20b  Add CODEOWNERS

This branch includes the following new commits:

     new 719b20b  Add CODEOWNERS

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[superset] 01/01: Add CODEOWNERS

Posted by ro...@apache.org.
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 <ro...@gmail.com>
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