From 24c472a4a3bbbc83f49942c5e77ad466519df74c Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:15:32 +0100 Subject: [PATCH] chore: Add code-owners to Select, MetadataBar and DropdownContainer (#23371) --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7b535dbed1f92..a8c00eb7d8e73 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,9 +12,9 @@ # Notify some committers of changes in the components -/superset-frontend/src/components/Select/ @michael-s-molina @geido @ktmud -/superset-frontend/src/components/MetadataBar/ @michael-s-molina -/superset-frontend/src/components/DropdownContainer/ @michael-s-molina +/superset-frontend/src/components/Select/ @michael-s-molina @geido @kgabryje +/superset-frontend/src/components/MetadataBar/ @michael-s-molina @geido @kgabryje +/superset-frontend/src/components/DropdownContainer/ @michael-s-molina @geido @kgabryje # Notify Helm Chart maintainers about changes in it @@ -26,4 +26,4 @@ # Notify PMC members of changes to Github Actions -/.github/ @villebro @geido @eschutho @rusackas @betodealmeida @nytai @mistercrunch @craig-rueda @john-bodley +/.github/ @villebro @geido @eschutho @rusackas @betodealmeida @nytai @mistercrunch @craig-rueda @john-bodley @kgabryje