This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 82c47f32a0 chore: Updates the Select codeowners (#19736)
82c47f32a0 is described below
commit 82c47f32a0a2a4615460a6af55883eda3043d5c0
Author: Michael S. Molina <[email protected]>
AuthorDate: Fri Apr 15 14:37:52 2022 -0300
chore: Updates the Select codeowners (#19736)
---
.github/CODEOWNERS | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 82efcf6558..e2f6a79aff 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,14 +1,19 @@
# Notify all committers of DB migration changes, per SIP-59
+
# https://github.com/apache/superset/issues/13351
+
/superset/migrations/ @apache/superset-committers
# Notify Preset team when ephemeral env settings are changed
+
.github/workflows/ecs-task-definition.json @robdiciuccio @craig-rueda
@rusackas @eschutho @dpgaspar @nytai @mistercrunch
.github/workflows/docker-ephemeral-env.yml @robdiciuccio @craig-rueda
@rusackas @eschutho @dpgaspar @nytai @mistercrunch
.github/workflows/ephemeral*.yml @robdiciuccio @craig-rueda @rusackas
@eschutho @dpgaspar @nytai @mistercrunch
# Notify some committers of changes in the Select component
-/superset-frontend/src/components/Select/ @michael-s-molina @geido
+
+/superset-frontend/src/components/Select/ @michael-s-molina @geido @ktmud
# Notify Helm Chart maintainers about changes in it
+
/helm/superset/ @craig-rueda @dpgaspar @villebro