From cb30f19a6bbe33b93d4fff134df53c71a7dd0cf9 Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Wed, 1 Sep 2021 12:20:51 -0700 Subject: [PATCH] Update CODEOWNERS (#3756) Move scripts protos to separate ownership. --- .github/CODEOWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 36d3b2309f8..df464bc8636 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -186,6 +186,9 @@ NOTICE @BenHenning # Shell file ownership. /scripts/**/*.sh @anandwana001 @BenHenning +# Script proto ownership. +/scripts/**/*.proto @BenHenning + # Static analysis check configuration files ownership. /scripts/assets/ @BenHenning @@ -193,8 +196,8 @@ NOTICE @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