This is an automated email from the ASF dual-hosted git repository.
jiekaichang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new f152ca01f add codeowners (#1089)
f152ca01f is described below
commit f152ca01f5bd840d3ddc9131dd04d72948a362cb
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Tue Feb 24 21:31:25 2026 +0800
add codeowners (#1089)
Signed-off-by: 400Ping <[email protected]>
---
.github/CODEOWNERS | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1f63ffbfb..b1c847fc8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -22,35 +22,35 @@
# Per ASF policy, committers have global write permission.
# QDP - Core
-/qdp/qdp-core/ @guan404ming @ryankert01
+/qdp/qdp-core/ @guan404ming @ryankert01 @400Ping
# QDP - Kernels
-/qdp/qdp-kernels/ @ryankert01
+/qdp/qdp-kernels/ @ryankert01 @400Ping
# QDP - Python bindings
-/qdp/qdp-python/ @guan404ming @ryankert01
+/qdp/qdp-python/ @guan404ming @ryankert01 @400Ping
# Qumat
-/qumat/ @guan404ming
+/qumat/ @guan404ming @400Ping
# Website
-/website/ @guan404ming @ryankert01
+/website/ @guan404ming @ryankert01 @400Ping
# Docs
-/docs/ @guan404ming @ryankert01
+/docs/ @guan404ming @ryankert01 @400Ping
# Examples
/examples/
# CI / GitHub workflows
-/.github/workflows/ @guan404ming
+/.github/workflows/ @guan404ming @400Ping
# Build and project config
-/Makefile @guan404ming
-/pyproject.toml @guan404ming
+/Makefile @guan404ming @400Ping
+/pyproject.toml @guan404ming @400Ping
# Release and legal
-/dev/ @guan404ming
-/LICENSE @guan404ming
-/NOTICE @guan404ming
-/KEYS @guan404ming
+/dev/ @guan404ming @400Ping
+/LICENSE @guan404ming @400Ping
+/NOTICE @guan404ming @400Ping
+/KEYS @guan404ming @400Ping