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

yikun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git

commit c5b015ac2014bfeb47daafd454b610ae9633f676
Author: Yikun Jiang <yikunk...@gmail.com>
AuthorDate: Mon Oct 10 16:40:34 2022 +0800

    [SPARK-40723][INFRA] Add .asf.yaml to spark-docker
    
    ### What changes were proposed in this pull request?
    This change add the .asf.yaml as first commit.
    
    ### Why are the changes needed?
    Initialize the repo setting.
    
    ### Does this PR introduce _any_ user-facing change?
    No, dev only
    
    ### How was this patch tested?
    See result after merged
    
    Authored-by: Yikun Jiang <yikunk...@gmail.com>
    Signed-off-by: Yikun Jiang <yikunk...@gmail.com>
---
 .asf.yaml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..cc7385f
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,39 @@
+# 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://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+---
+github: 
+  description: "Official Dockerfile for Apache Spark"
+  homepage: https://spark.apache.org/
+  labels: 
+    - python
+    - scala
+    - r
+    - java
+    - big-data
+    - jdbc
+    - sql
+    - spark
+  enabled_merge_buttons: 
+    merge: false
+    squash: true
+    rebase: true
+
+notifications: 
+  pullrequests: revi...@spark.apache.org
+  issues: revi...@spark.apache.org
+  commits: commits@spark.apache.org
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to