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


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

commit dc168c1e48a43aa52dedfde355a9d02ec50737ce
Author: Sebastian Tiemann <[email protected]>
AuthorDate: Sun Aug 31 07:22:27 2025 +0200

    feat: enable prevent branch protection rules (#124)
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8b8dd2c..0a04444 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,13 +23,16 @@ github:
     - build-management
     - maven-archetype
     - maven
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   enabled_merge_buttons:
     squash: true
     merge: false
     rebase: true
   autolink_jira:
     - MARCHETYPES
-  del_branch_on_merge: true
   features:
     issues: true
 
@@ -37,4 +40,3 @@ notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  jira_options: link label

Reply via email to