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-ear-plugin.git


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

commit 9aed3af865e2df336432fb5650254d99bfdfdac3
Author: Sandra Parsick <[email protected]>
AuthorDate: Wed Aug 13 07:27:11 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 47a4068..ebece86 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,10 @@ github:
     rebase: true
   autolink_jira:
     - MEAR
-  del_branch_on_merge: true
+  protected_branches:
+    master: {}
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to