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

olabusayoT pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


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

commit a90d8472cd61fae9a762d986892f8ceb22d58ab7
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 15:25:01 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 8ac7a3f5a..79295e55c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,17 +17,30 @@ github:
   description: "Apache Daffodil"
   homepage: https://daffodil.apache.org/
   features:
-    wiki:     false
-    issues:   false
+    wiki: false
+    issues: false
     projects: false
   enabled_merge_buttons:
-    squash:   false
-    merge:    false
-    rebase:   true
+    squash: false
+    merge: false
+    rebase: true
   autolink_jira:
     - DAFFODIL
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
-    commits:      [email protected]
-    issues:       [email protected]
-    pullrequests: [email protected]
-    jira_options: link label
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  jira_options: link label

Reply via email to