This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-publish.git
The following commit(s) were added to refs/heads/main by this push:
new 93110af added .asf.yaml
93110af is described below
commit 93110af686a629f9d5541e9b08f570e56f7bb976
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Dec 13 11:11:58 2024 +0100
added .asf.yaml
---
.asf.yaml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a5e7eec
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,73 @@
+# 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: "Publishing PyPI packages for Apache Airflow"
+ homepage: https://airflow.apache.org/
+ labels:
+ # Note that Github only supports <=20 labels/topics per repo! Pipeline
will fail if you add more.
+ - airflow
+ - apache
+ - apache-airflow
+ - automation
+ - dag
+ - data-engineering
+ - data-integration
+ - data-orchestrator
+ - data-pipelines
+ - data-science
+ - elt
+ - etl
+ - machine-learning
+ - mlops
+ - orchestration
+ - python
+ - scheduler
+ - workflow
+ - workflow-engine
+ - workflow-orchestration
+ features:
+ # Enable issues management
+ issues: true
+ # Enable projects for project management boards
+ projects: true
+ # Enable wiki for documentation
+ wiki: false
+
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: false
+
+ protected_branches:
+ main:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
+ required_linear_history: true
+ required_conversation_resolution: true
+# collaborators:
+# # Max 10 collaborators allowed
+# #
https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#assigning-the-github-triage-role-to-external-collaborators
+
+notifications:
+ jobs: [email protected]
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ discussions: [email protected]