From 93199bef112e90547086acc16e3523c373f065b2 Mon Sep 17 00:00:00 2001 From: Zinovii Dmytriv Date: Thu, 16 Feb 2023 18:47:36 +0200 Subject: [PATCH] Update CODEOWNERS to own gha in templates (#340) Co-authored-by: Zinovii Dmytriv --- .github/CODEOWNERS | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bed3c9671..11c214741 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,11 +4,15 @@ # Order is important: the last matching pattern takes the most precedence # These owners will be the default owners for everything -* @cloudposse/engineering @cloudposse/contributors +* @cloudposse/engineering @cloudposse/contributors # Cloud Posse must review any changes to Makefiles -**/Makefile @cloudposse/engineering -**/Makefile.* @cloudposse/engineering +**/Makefile @cloudposse/engineering +**/Makefile.* @cloudposse/engineering # Cloud Posse must review any changes to GitHub actions -.github/* @cloudposse/engineering +.github/* @cloudposse/engineering + +# Cloud Posse must review any changes to GitHub templates actions +templates/.github/* @cloudposse/engineering +templates/terraform/.github/* @cloudposse/engineering