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

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


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

commit 7c604392d1b2b3725b582e0c4ab9ebe90e0d921d
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:08:16 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 4dc8f59efa..c61f807151 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,12 +8,12 @@ github:
     - test
     - java
 
-  dependabot_alerts:  true
+  dependabot_alerts: true
   dependabot_updates: false
 
   enabled_merge_buttons:
     squash: true
-    merge:  false
+    merge: false
     rebase: true
 
   features:
@@ -21,8 +21,21 @@ github:
     issues: true
     projects: false
 
+  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]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
   jira_options: link label

Reply via email to