diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 82efcf655..e2f6a79af 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