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-site.git


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

commit 3229a856498a5e905f60e1759a74f5430d98566a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Aug 12 20:34:06 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 b34a6c9b..4c63b1f2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,7 +31,10 @@ github:
     - MASSEMBLY
     - FELIX
     - MRELEASE
-  del_branch_on_merge: true
+  protected_branches:
+    master: {}
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 
@@ -39,4 +42,3 @@ notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  jira_options: link label

Reply via email to