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

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


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

commit 01062a746ecef6486625ed373cb77bdf5c7b4e38
Author: Sandra Parsick <[email protected]>
AuthorDate: Wed Aug 13 07:23:04 2025 +0200

    feat: enable prevent branch protection rules (#177)
    
    - also refactor deprecated config
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0748f94..ad07e46 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,10 @@ github:
     rebase: true
   autolink_jira:
     - MEJB
-  del_branch_on_merge: true
+  protected_branches:
+    master: {}
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to