diff --git a/CODEOWNERS b/CODEOWNERS index dde1faee8..4adf062bf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,7 +7,8 @@ # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners # will be requested to review. -internal/pkg/zebra/* pkg/server/zclient* @irino +pkg/zebra/* @irino +pkg/server/zclient* @irino # You can also use email addresses if you prefer. # docs/* docs@example.com