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-project-info-reports-plugin.git


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

commit a4a8f1b4e0d0ef29211b2183336a7b5e010989f6
Author: Sandra Parsick <spars...@users.noreply.github.com>
AuthorDate: Tue Sep 9 11:40:40 2025 +0200

    feat: enable prevent branch protection rules (#592)
    
    -refactor also deprecated config
    
    Signed-off-by: Sandra Parsick <san...@parsick.dev>
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 400e241..fb56a79 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,10 @@ github:
     rebase: true
   autolink_jira:
     - MPIR
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 
@@ -38,4 +41,3 @@ notifications:
   commits: commits@maven.apache.org
   issues: iss...@maven.apache.org
   pullrequests: iss...@maven.apache.org
-  jira_options: link label

Reply via email to