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-resolver-ant-tasks.git


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

commit 55b8fe3c304683de444f9766a37e64e9399a3119
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Aug 12 19:41:02 2025 +0200

    Enable prevent branch protection rules
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 04f0e63..96e95fb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,7 +12,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
 
@@ -20,4 +23,3 @@ notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  jira_options: link label comment

Reply via email to