This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


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

commit 78664f4f960c811e4de03ec20c3cfbfcc4d86f46
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Aug 12 19:34:52 2025 +0200

    Enable prevent branch protection rules
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0a7d80dc..2ac11146 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,7 +28,10 @@ github:
     squash: true
     merge: false
     rebase: true
-  del_branch_on_merge: true
+  protected_branches:
+    master: {}
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to