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

yasithdev 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 8e5c24e52 Set up default protection ruleset for default and release 
branches (#109)
8e5c24e52 is described below

commit 8e5c24e52fe9e802697fe8a463adb64fa6257fb2
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon Jun 8 11:05:17 2026 -0500

    Set up default protection ruleset for default and release branches (#109)
---
 .asf.yaml | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3a6c7f130..e5ebeceb3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,3 @@
-
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,14 +17,14 @@
 # under the License.
 #
 notifications:
-  commits:              [email protected]
+  commits: [email protected]
   # Send all issue emails (new, closed, comments) to issues@
-  issues:               [email protected]
+  issues: [email protected]
   # Send new/closed PR notifications to dev@
-  pullrequests_status:  [email protected]
+  pullrequests_status: [email protected]
   # Send individual PR comments/reviews to issues@
   pullrequests_comment: [email protected]
-  
+
 github:
   description: "A general purpose Distributed Systems Framework"
   homepage: https://airavata.apache.org/
@@ -50,13 +49,26 @@ github:
     - workflow
     - workflow-engine
     - workflow-orchestration
-  
+
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 features:
     # Enable issues management
-    issues: true
+  issues: true
     # Enable projects for project management boards
-    projects: false
+  projects: false
     # Enable wiki for documentation
-    wiki: false
+  wiki: false
     # Enable discussions
-    discussions: false
\ No newline at end of file
+  discussions: false

Reply via email to