2022-04-06 23:28:01 +03:00
|
|
|
# The intention of the CODEOWNERS is that a reviewer can be automatically assigned
|
2023-08-11 22:50:05 +03:00
|
|
|
# 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
|
2022-04-06 23:28:01 +03:00
|
|
|
# they should.
|
2023-05-09 19:07:08 +03:00
|
|
|
#
|
2023-08-11 22:50:05 +03:00
|
|
|
# The CODEOWNERS are not Gatekeepers, just someone who has the domain knowledge to
|
|
|
|
# review a PR in an area.
|
2023-05-09 19:07:08 +03:00
|
|
|
#
|
|
|
|
# Rules are evaluated in this order, and the last match is used for auto-assignment.
|
|
|
|
* @azure/azure-sdn-members
|
2023-06-22 22:25:23 +03:00
|
|
|
/.github/ @azure/acn-admins
|
2022-04-25 20:05:29 +03:00
|
|
|
/cns/ @azure/acn-cns-reviewers
|
2023-08-11 22:50:05 +03:00
|
|
|
/cni/ @azure/acn-cni-reviewers
|
2023-05-09 19:07:08 +03:00
|
|
|
/dropgz/ @rbtr @camrynl @paulyufan2 @ashvindeodhar @thatmattlong
|
2022-04-25 20:05:29 +03:00
|
|
|
/npm/ @azure/acn-npm-reviewers
|
2023-05-09 19:07:08 +03:00
|
|
|
/zapai/ @rbtr @ZetaoZhuang
|