Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 724d311

Browse files
kaxilsrowen
authored andcommitted
[SPARK-31352] Add .asf.yaml to control Github settings
### What changes were proposed in this pull request? Jira: https://issues.apache.org/jira/browse/SPARK-31352 We added this to Apache Airflow project ([PR](apache/airflow#6689)) and I think it would be good to have the Spark's website at the top. Also, this would allow Spark's PMC Members and committer to control common Github project settings by themselves without having to ask Apache INFRA team. More info: https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories We (Airflow PMC and Committers) used this file to enable Github issues and disable PR Merge button etc ### Why are the changes needed? Explained above ### Does this PR introduce any user-facing change? No ### How was this patch tested? n/a Closes apache#28122 from kaxil/patch-1. Authored-by: Kaxil Naik <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 44d37ef commit 724d311

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.asf.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
17+
---
18+
github:
19+
description: "Apache Spark - A unified analytics engine for large-scale data processing"
20+
homepage: https://spark.apache.org/
21+
labels:
22+
- python
23+
- scala
24+
- r
25+
- java
26+
- big-data
27+
- jdbc
28+
- sql
29+
- spark

0 commit comments

Comments
 (0)