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

yasithdev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new e0bb156566 Set up default protection ruleset for default and release 
branches (#620)
e0bb156566 is described below

commit e0bb156566d1c5f2ac8e3b5217a3d37503f11b1e
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun Jun 7 21:14:59 2026 -0500

    Set up default protection ruleset for default and release branches (#620)
---
 .asf.yaml | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 40578a081e..fc72a0b00a 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/
@@ -40,7 +39,20 @@ github:
     - workflow
     - bigdata
 
+  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:
-    wiki: false
-    issues: true
-    projects: false
+  wiki: false
+  issues: true
+  projects: false

Reply via email to