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

solomax pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openjpa-site.git


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

commit 6d258ff3c8732c39744ce9d40f8c6695b09089ce
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 21:54:20 2026 -0500

    Set up default protection ruleset for default and release branches (#6)
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index af2bead6c..1bf7e7c13 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,3 +11,17 @@ staging:
 
 publish:
   whoami: asf-site
+github:
+  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