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-scm-publish-plugin.git


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

commit 8c660f458668637934d3c78d003a2764493627e3
Author: Sebastian Tiemann <se...@mailbox.org>
AuthorDate: Mon Sep 8 14:57:04 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 4f2990f..443dee4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,11 +24,14 @@ github:
     - maven-plugins
     - maven-scm-publish-plugin
     - maven
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   enabled_merge_buttons:
     squash: true
     merge: false
     rebase: true
-  del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to