Skip to content

Commit

Permalink
Update CODEOWNERS to own gha in templates (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Zinovii Dmytriv <[email protected]>
  • Loading branch information
Zinovii Dmytriv and Zinovii Dmytriv authored Feb 16, 2023
1 parent 84037a9 commit 93199be
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93199be

Please sign in to comment.