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

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


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

commit 493e2e0e33d8403711cf9addc2aeb32170e2ea2f
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Thu May 21 10:08:20 2026 -0500

    Set up default protection ruleset for default and release branches (#1459)
---
 .asf.yaml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 23c4a758ef..ff30d08dba 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,7 +7,20 @@ github:
     - web
     - html
 
+  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]
-    pullrequests: [email protected]
-    jira_options: link label comment
+  commits: [email protected]
+  pullrequests: [email protected]
+  jira_options: link label comment

Reply via email to