This is an automated email from the ASF dual-hosted git repository.
leesf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
The following commit(s) were added to refs/heads/master by this push:
new 50faa9f6 [MINOR] Add ASF YAML (#365)
50faa9f6 is described below
commit 50faa9f68a6f1c79f605a4cb70e452f9c7f21528
Author: leesf <[email protected]>
AuthorDate: Wed Nov 16 11:05:58 2022 +0800
[MINOR] Add ASF YAML (#365)
---
.asf.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..1917ba11
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,44 @@
+#
+# 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.
+#
+
+# See:
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+
+github:
+ description: "Apache Livy is an open source REST interface for interacting
with Apache Spark from anywhere."
+ homepage: https://livy.apache.org/
+ labels:
+ - livy
+ - apachelivy
+ - bigdata
+ - spark
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: false
+ protected_branches:
+ master:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
+ features:
+ issues: true
+ discussions: true
+ wiki: true
+ projects: true
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]