From 03cb7a264821631b8c890a1e9a8800862ceb4b52 Mon Sep 17 00:00:00 2001 From: Evan Baker Date: Mon, 8 May 2023 12:17:51 -0500 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c9912dd52e..556f41b601 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,10 +2,15 @@ # 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. +# +# Rules are evaluated in this order, and the last match is used for auto-assignment. +* @azure/azure-sdn-members /**/go.mod @rbtr @matmerr /.github/ @rbtr @matmerr @vakalapa /cns/ @azure/acn-cns-reviewers +/dropgz/ @rbtr @camrynl @paulyufan2 @ashvindeodhar @thatmattlong /npm/ @azure/acn-npm-reviewers -/zapai/ @rbtr +/zapai/ @rbtr @ZetaoZhuang