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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 76e806aa6 feat: enable prevent branch protection rules (#3168)
76e806aa6 is described below

commit 76e806aa6e2efa5bf3bb0ec843ac94ed8da312c1
Author: Sandra Parsick <spars...@users.noreply.github.com>
AuthorDate: Thu Aug 14 08:02:28 2025 +0200

    feat: enable prevent branch protection rules (#3168)
    
    * feat: enable prevent branch protection rules
    
    ---------
    
    Signed-off-by: Sandra Parsick <san...@parsick.dev>
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3a29b667c..f3ee13e13 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,7 +31,10 @@ github:
     squash:  true
     merge:   false
     rebase:  true
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to