Skip to content

Commit

Permalink
Give CODEOWNERS file an owner in CODEOWNERS (#8032)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Sep 24, 2024
1 parent 3920152 commit 62e40cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
##### * Engineering Systems PRs must be approved by two engineering systems team members.
#####

# Check Enforcer and GitHub Event Processor yml files
/.github/workflows/ @Azure/azure-sdk-eng

# Engineering systems documents
/docs/android/ @JonathanGiles @salameer
/docs/clang/ @JeffreyRichter @LarryOsterman @RickWinter
Expand Down Expand Up @@ -99,3 +96,9 @@
/**/go.md @ronniegeraghty @gracewilcox
/**/go.yml @ronniegeraghty @gracewilcox
/**/go-packages.csv @ronniegeraghty @gracewilcox @mario-guerra @scottaddie

################################################################################
# Event yml files and CODEOWNERS should be near the bottom of CODEOWNERS files #
################################################################################
/.github/workflows/ @Azure/azure-sdk-eng
/.github/CODEOWNERS @Azure/azure-sdk-eng

0 comments on commit 62e40cc

Please sign in to comment.