Skip to content

Commit

Permalink
Update CODEOWNERS (#3756)
Browse files Browse the repository at this point in the history
Move scripts protos to separate ownership.
  • Loading branch information
BenHenning authored Sep 1, 2021
1 parent 392b1ad commit cb30f19
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,18 @@ NOTICE @BenHenning
# Shell file ownership.
/scripts/**/*.sh @anandwana001 @BenHenning

# Script proto ownership.
/scripts/**/*.proto @BenHenning

# Static analysis check configuration files ownership.
/scripts/assets/ @BenHenning

#####################################################################################
# model #
#####################################################################################

# Global proto file ownership (for protos outside the model directory since all protos should belong in models).
*.proto @vinitamurthi @BenHenning
# Global proto file ownership for model/.
/model/**/*.proto @vinitamurthi @BenHenning

# Global model ownership.
/model/ @vinitamurthi @BenHenning
Expand Down

0 comments on commit cb30f19

Please sign in to comment.