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 ec4868b14 Add CODEOWNERS for review routing (#1075)
ec4868b14 is described below
commit ec4868b14a3311f8988376411b0c78ae59df595e
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Sun Feb 22 19:49:10 2026 +0800
Add CODEOWNERS for review routing (#1075)
---
.github/CODEOWNERS | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 000000000..1dfe12cea
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,56 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# GitHub CODEOWNERS file
+#
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
+#
+# Order matters. The last matching pattern takes precedence.
+# Per ASF policy, committers have global write permission.
+
+# QDP - Core
+/qdp/qdp-core/ @guan404ming
+
+# QDP - Kernels
+/qdp/qdp-kernels/
+
+# QDP - Python bindings
+/qdp/qdp-python/ @guan404ming
+
+# Qumat
+/qumat/ @guan404ming
+
+# Website
+/website/ @guan404ming
+
+# Docs
+/docs/ @guan404ming
+
+# Examples
+/examples/
+
+# CI / GitHub workflows
+/.github/workflows/ @guan404ming
+
+# Build and project config
+/Makefile @guan404ming
+/pyproject.toml @guan404ming
+
+# Release and legal
+/dev/ @guan404ming
+/LICENSE @guan404ming
+/NOTICE @guan404ming
+/KEYS @guan404ming