This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new 6314acf5 chore: add CODEOWNERS file (#814)
6314acf5 is described below
commit 6314acf5b8805dc1d97d7a0ec92cfb7cdd8af6ec
Author: Matt Topol <[email protected]>
AuthorDate: Fri Mar 27 13:40:26 2026 -0400
chore: add CODEOWNERS file (#814)
Adds a CODEOWNERS file with myself listed so I always automatically get
added to PR reviews, but also allowing others to add themselves to
subdirectories or other areas if they so choose.
---
.github/CODEOWNERS | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..c678a1fb
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,18 @@
+# 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.
+
+* @zeroshade