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


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

commit 44709abccb8f18b4ec41887b8f857ebe22a9904d
Author: Sebastian Tiemann <[email protected]>
AuthorDate: Mon Sep 8 14:59:55 2025 +0200

    feat: enable prevent branch protection rules (#1563)
---
 .asf.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6b35e7804..8e1b37a8e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,11 +7,16 @@ github:
     - build-management
     - apache-maven
     - maven
+  protected_branches:
+    master: { }
+    maven-resolver-1.9.x: { }
+    maven-resolver-1.6.x: { }
+  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