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


The following commit(s) were added to refs/heads/master by this push:
     new bcc2b8f  Enable prevent branch protection rules (#462)
bcc2b8f is described below

commit bcc2b8f119489068d8ba0af2be67306922c2409e
Author: Sandra Parsick <[email protected]>
AuthorDate: Wed Aug 13 07:22:44 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 8a63536..10e8918 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,11 @@ github:
     rebase: true
   autolink_jira:
     - MJAR
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+    maven-jar-plugin-3.x: {}
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to