This is an automated email from the ASF dual-hosted git repository.
guanmingchiu 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 c3bc25ac0 Add CODEOWNERS ryankert01 (#1078)
c3bc25ac0 is described below
commit c3bc25ac005f7ca793df6359b6302d75a3e010c8
Author: Ryan Huang <[email protected]>
AuthorDate: Mon Feb 23 12:50:54 2026 +0800
Add CODEOWNERS ryankert01 (#1078)
---
.github/CODEOWNERS | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1dfe12cea..1f63ffbfb 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -22,22 +22,22 @@
# Per ASF policy, committers have global write permission.
# QDP - Core
-/qdp/qdp-core/ @guan404ming
+/qdp/qdp-core/ @guan404ming @ryankert01
# QDP - Kernels
-/qdp/qdp-kernels/
+/qdp/qdp-kernels/ @ryankert01
# QDP - Python bindings
-/qdp/qdp-python/ @guan404ming
+/qdp/qdp-python/ @guan404ming @ryankert01
# Qumat
/qumat/ @guan404ming
# Website
-/website/ @guan404ming
+/website/ @guan404ming @ryankert01
# Docs
-/docs/ @guan404ming
+/docs/ @guan404ming @ryankert01
# Examples
/examples/