From e43c3ae80972f76b8eeae3e5e3cd40ad1046bb34 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Wed, 13 Oct 2021 18:30:06 -0300 Subject: [PATCH] chore: Include codeowners for the Select component --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a85561724cb66..ac9852fa4188f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,3 +6,6 @@ .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