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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8194131  Add .asf.yaml file with various ASF related Github repo 
metadata.
8194131 is described below

commit 81941319c2257664d2bea79fa8e2cb0da3d6afc3
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Mar 27 19:43:33 2022 +0200

    Add .asf.yaml file with various ASF related Github repo metadata.
---
 .asf.yaml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..dd4f92b
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,56 @@
+# 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.
+#
+# File with ASF Github metadata, see 
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+# for more details
+github:
+  description: "Apache Libcloud is a Python library which hides differences 
between different cloud provider APIs and allows you to manage different cloud 
resources through a unified and easy to use API."
+  homepage: https://libcloud.apache.org
+  labels:
+    - python
+    - library
+    - cloud
+    - libcloud
+    - apache
+  features:
+    wiki: false
+    issues: true
+    projects: true
+  enabled_merge_buttons:
+    squash: true
+    merge: true
+    rebase: false
+  protected_branches:
+    trunk:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: true
+        # contexts are the names of checks that must pass
+        contexts:
+          - "CI / Unit Tests (Python 3.7) (pull_request)"
+          - "CI / Unit Tests (Python 3.8) (pull_request)"
+          - "CI / Unit Tests (Python 3.9) (pull_request)"
+          - "CI / Unit Tests (Python 3.10) (pull_request)"
+          - "CI / Run Various Lint and Other Checks (3.7) (pull_request)"
+          - "CI / Build and upload Documentation (3.7) (pull_request)"
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  jobs: [email protected]
+  jira_options: link label comment

Reply via email to