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 029fdef formatting yaml file
029fdef is described below
commit 029fdef64377790993b060f5811ee5414873cee2
Author: Suresh Marru <[email protected]>
AuthorDate: Sat Jun 21 22:56:15 2025 -0400
formatting yaml file
---
.asf.yaml | 40 ++++++++++++++++++----------------------
1 file changed, 18 insertions(+), 22 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index c2af0f5..3a6c7f1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,5 @@
+
+#
# 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
@@ -14,19 +16,20 @@
# 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
----
+#
+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]
+
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
+ description: "A general purpose Distributed Systems Framework"
+ homepage: https://airavata.apache.org/
labels:
- # Note that Github only supports <=20 labels/topics per repo! Pipeline
will fail if you add more.
- airavata
- apache
- apache-airavata
@@ -47,20 +50,13 @@ github:
- workflow
- workflow-engine
- workflow-orchestration
- features:
+
+features:
# Enable issues management
issues: true
# Enable projects for project management boards
- projects: true
+ projects: false
# 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
+ discussions: false
\ No newline at end of file