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

sjaranowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


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

commit f382cf3d1cf9c289001ec0718ebaa399e2d0ed9d
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Aug 23 12:13:24 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index a253af4..6f0f05d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,7 +12,14 @@ github:
     squash: true
     merge: false
     rebase: true
-  del_branch_on_merge: true
+  protected_branches:
+    main: { }
+    v1: { }
+    v2: { }
+    v3: { }
+    v4: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 
@@ -20,4 +27,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