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

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


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

commit 5132fabcef1caf2d7bb0ed88010b91d4d3f1fcc5
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 13:43:52 2026 -0500

    Set up default protection ruleset for default and release branches
---
 .asf.yaml | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9e79610c4..d3659c508 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,11 +17,11 @@
 # 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]
 
@@ -40,4 +40,17 @@ github:
   features:
     wiki: false
     issues: true
-    projects: true
\ No newline at end of file
+    projects: true
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true

Reply via email to