This is an automated email from the ASF dual-hosted git repository.
smarru pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
The following commit(s) were added to refs/heads/main by this push:
new 35bab18 adding asf yaml file
35bab18 is described below
commit 35bab183c54b0b0cd8d1bf72dfa7e9706b5767dd
Author: Suresh Marru <[email protected]>
AuthorDate: Sat Jun 21 11:56:02 2025 -0400
adding asf yaml file
---
.asf.yaml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..c2af0f5
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,66 @@
+# 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: "Apache Airflow - A platform to programmatically author,
schedule, and monitor workflows"
+ homepage: https://airflow.apache.org/
+ # Social media preview image is not supported by Github API/asf.yaml, need
to be uploaded
+ # manually in Github repository --> Settings --> click "Edit" in "Social
preview"
+ # See also:
+ #
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview
+ # social_media_preview:
docs/apache-airflow/img/logos/github_repository_social_image.png
+ labels:
+ # Note that Github only supports <=20 labels/topics per repo! Pipeline
will fail if you add more.
+ - airavata
+ - apache
+ - apache-airavata
+ - automation
+ - ai4science
+ - data-engineering
+ - data-integration
+ - data-orchestrator
+ - data-pipelines
+ - data-science
+ - science-gateways
+ - cyberinfrastructure
+ - machine-learning
+ - artificial-intelligence
+ - orchestration
+ - computing-continnuum
+ - 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
+ # Enable discussions
+ discussions: true
+ notifications:
+ commits: [email protected]
+ # Send all issue emails (new, closed, comments) to issues@
+ issues: [email protected]
+ # Send new/closed PR notifications to dev@
+ pullrequests_status: [email protected]
+ # Send individual PR comments/reviews to issues@
+ pullrequests_comment: [email protected]
\ No newline at end of file