From 82c47f32a0a2a4615460a6af55883eda3043d5c0 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Fri, 15 Apr 2022 14:37:52 -0300 Subject: [PATCH] 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 82efcf6558410..e2f6a79affc53 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