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

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


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

commit cdfbbfe03864b47046d9b6272259234c88433ad4
Author: Sebastian Tiemann <[email protected]>
AuthorDate: Sun Aug 31 07:25:07 2025 +0200

    feat: enable prevent branch protection rules (#493)
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index ee4ac1e..3eb01bb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,13 +22,16 @@ github:
     - java
     - build-management
     - maven
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   enabled_merge_buttons:
     squash: true
     merge: false
     rebase: true
   autolink_jira:
     - MPOM
-  del_branch_on_merge: true
   features:
     issues: true
 

Reply via email to