From 140ca9b96a8aa2513882f5ad4010bfe629b1543f Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 31 Oct 2023 22:41:32 +0900 Subject: [PATCH] CODEOWNERS: update zebra path Signed-off-by: FUJITA Tomonori --- CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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