From 69ebae3cc11ab9edfb5c234d9af3f0cc63ddab89 Mon Sep 17 00:00:00 2001 From: vipul-21 Date: Thu, 10 Aug 2023 09:01:36 -0700 Subject: [PATCH] chore: Adding CNI codeowners --- .github/CODEOWNERS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1d62d2a542..022b1dfc96 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,16 @@ # The intention of the CODEOWNERS is that a reviewer can be automatically assigned -# to a PR when it is opened instead of needing to be manually assigned or being left -# unassigned. PRs without assigned Reviewers do not get the prompt attention that +# to a PR when it is opened instead of needing to be manually assigned or being left +# unassigned. PRs without assigned Reviewers do not get the prompt attention that # they should. # -# The CODEOWNERS are not Gatekeepers, just someone who has the domain knowledge to -# review a PR in an area. +# The CODEOWNERS are not Gatekeepers, just someone who has the domain knowledge to +# review a PR in an area. # # Rules are evaluated in this order, and the last match is used for auto-assignment. * @azure/azure-sdn-members /.github/ @azure/acn-admins /cns/ @azure/acn-cns-reviewers +/cni/ @azure/acn-cni-reviewers /dropgz/ @rbtr @camrynl @paulyufan2 @ashvindeodhar @thatmattlong /npm/ @azure/acn-npm-reviewers /zapai/ @rbtr @ZetaoZhuang