This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new c0cd51572 IMPALA-14439: Enable Github Autolink references
c0cd51572 is described below

commit c0cd51572c16c39cb4f1b7aa57f447820369fc0b
Author: stiga-huang <[email protected]>
AuthorDate: Mon Sep 15 20:11:39 2025 +0800

    IMPALA-14439: Enable Github Autolink references
    
    This enables Github Autolink on Apache projects whose JIRA ids have
    appeared in our commit messages:
        - IMPALA
        - KUDU
        - HIVE
        - HDFS
        - HADOOP
        - ICEBERG
        - THRIFT
        - PARQUET
        - ORC
        - AVRO
        - RANGER
        - HBASE
        - MAPREDUCE
    
    Ref: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
    
    Change-Id: Ie871a3be617af254dd3a23c8e4b198253239f878
    Reviewed-on: http://gerrit.cloudera.org:8080/23425
    Reviewed-by: Michael Smith <[email protected]>
    Tested-by: Michael Smith <[email protected]>
---
 .asf.yaml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..f903b1154
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,34 @@
+# 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.
+
+# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
+--
+github:
+  autolink_jira:
+    - IMPALA
+    - KUDU
+    - HIVE
+    - HDFS
+    - HADOOP
+    - ICEBERG
+    - THRIFT
+    - PARQUET
+    - ORC
+    - AVRO
+    - RANGER
+    - HBASE
+    - MAPREDUCE

Reply via email to