From edecf52ab9a1068804f7654a8155b55dbdaecac5 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 5 Feb 2024 11:06:32 -0700 Subject: [PATCH] =?UTF-8?q?chore(github):=20adding=20code=20owners=20for?= =?UTF-8?q?=20translation=20and=20country=20map=20wor=E2=80=A6=20(#27000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f75821cb8f..0154a120dd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,3 +25,10 @@ # Notify PMC members of changes to required Github Actions /.asf.yaml @villebro @geido @eschutho @rusackas @betodealmeida @nytai @mistercrunch @craig-rueda @john-bodley @kgabryje @dpgaspar + +# Maps are a finnicky contribution process we care about +**/*.geojson @villebro @rusackas +/superset-frontend/plugins/legacy-plugin-chart-country-map/ @villebro @rusackas + +# Translations are a finnicky contribution that we care about +/superset/translations/ @villebro @rusackas @michael-s-molina