From ea2f92bd745fb9170267a5c52c269069309f8d7e Mon Sep 17 00:00:00 2001 From: Rob Shakir Date: Tue, 17 Dec 2024 12:04:39 -0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A7=B9:=20housekeeping=20to=20ensure?= =?UTF-8?q?=20well-scoped=20CODEOWNERS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (M) .github/CODEOWNERS - `s/featureprofiles-maintainers/featureprofiles-approvers/g` to have a clear group of folks that are the default CODEOWNERS. --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2dfea7d093a..6651ad7a883 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,9 +6,9 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, -# @openconfig/featureprofiles-maintainers will be requested for +# @openconfig/featureprofiles-approvers will be requested for # review when someone opens a pull request. -* @openconfig/featureprofiles-maintainers +* @openconfig/featureprofiles-approvers # /feature folders each have owners who are auto requested for review and may merge PR's /feature/acl/ @alokmtri-g From e7aa0b4e6e5baf2b3312d92ad733e0b879b0b452 Mon Sep 17 00:00:00 2001 From: Rob Shakir Date: Tue, 17 Dec 2024 12:06:46 -0800 Subject: [PATCH 2/2] Add @morrowc as a security codeowner. * (M) .github/CODEOWNERS - annoint @morrowc as a security codeowner. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6651ad7a883..d08371c75e7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -27,7 +27,7 @@ /feature/qos @sezhang2 /feature/routing_policy/ @swetha-haridasula /feature/sampling/ @sudhinj -/feature/security @mihirpitale-googler +/feature/security @mihirpitale-googler @morrowc /feature/staticroute/ @swetha-haridasula /feature/stp/ @alokmtri-g /feature/system @swetha-haridasula