From 6a1706ea4ca3e9b851c0b617e8dfd3e8f0a44dfd Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Fri, 16 May 2025 20:55:19 +0900 Subject: [PATCH] github: add CODEOWNERS Signed-off-by: Koichi Shiraishi --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..464f65a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# KEEP THIS FILE SORTED. Order is important. Last match takes precedence. + +* @tsubakiky @zchee + +cmd/protoc-gen-connect-python @zchee