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

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


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

commit c73257be803fdadbefc2840fb863a3e14bad510c
Author: Sebastian Tiemann <se...@mailbox.org>
AuthorDate: Tue Sep 9 11:32:43 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 09bab17..de97ef2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,17 +23,19 @@ github:
     - build-management
     - maven-shared
     - maven
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   enabled_merge_buttons:
     squash: true
     merge: false
     rebase: true
   autolink_jira:
     - MSHARED
-  del_branch_on_merge: true
   features:
     issues: true
 notifications:
   commits: commits@maven.apache.org
   issues: iss...@maven.apache.org
   pullrequests: iss...@maven.apache.org
-  jira_options: link label comment

Reply via email to