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


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

commit b31c2899a6d59839d53570a51064b66d1ff41d17
Author: Sebastian Tiemann <[email protected]>
AuthorDate: Mon Sep 8 14:56:20 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 11726fce5..72dec5249 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,11 +24,14 @@ github:
     - maven-plugins
     - maven-scm-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