From 8f972d6875a279812ff5eaf532544d04bb3548e8 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 27 Feb 2023 11:48:18 -0700 Subject: [PATCH] chore: adding code owners for github actions/workflows (#23201) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 27aebdb422..7b535dbed1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,3 +23,7 @@ # Notify E2E test maintainers of changes /superset-frontend/cypress-base/ @jinghua-qa @geido @eschutho @rusackas @betodealmeida + +# Notify PMC members of changes to Github Actions + +/.github/ @villebro @geido @eschutho @rusackas @betodealmeida @nytai @mistercrunch @craig-rueda @john-bodley