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


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

commit d0e35e2a5ab539eedf4b71a5359eb5550b76618e
Author: Sandra Parsick <[email protected]>
AuthorDate: Thu Aug 14 07:37:21 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 577f034..51049f2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,7 +14,11 @@ github:
     rebase: true
   autolink_jira:
     - MDEPLOY
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+    maven-deploy-plugin-3.x: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 

Reply via email to