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-sbt.git


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

commit 4db800acb5e92e183040b9942fbaf73392f34d98
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 15:24:44 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 47d6a68..6e8dbe6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,14 +17,27 @@ github:
   description: "Apache Daffodil SBT Plugin"
   homepage: https://daffodil.apache.org/
   features:
-    wiki:     true
-    issues:   true
+    wiki: true
+    issues: true
     projects: false
   enabled_merge_buttons:
-    squash:   false
-    merge:    false
-    rebase:   true
+    squash: false
+    merge: false
+    rebase: 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
 notifications:
-    commits:      [email protected]
-    issues:       [email protected]
-    pullrequests: [email protected]
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]

Reply via email to