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


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

commit 765cc4227589e094878dffa1fa3d3a27b415884f
Author: Sandra Parsick <[email protected]>
AuthorDate: Thu Aug 14 07:38:35 2025 +0200

    feat: enable prevent branch protection rules (#55)
    
    also:
    - refactor deprecated config
    
    Signed-off-by: Sandra Parsick <[email protected]>
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3702199..35cf675 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,10 @@ github:
     rebase: true
   autolink_jira:
     - MVERIFIER
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to