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


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

commit 083ef67b42bf92506076556c10e82ea7349b87df
Author: Sandra Parsick <[email protected]>
AuthorDate: Thu Aug 14 07:38:00 2025 +0200

    feat: enable prevent branch protection rules (#361)
    
    also:
    - refactor deprecated config
---
 .asf.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index e5ea1c1..ddbdfe3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,11 @@ github:
     rebase: true
   autolink_jira:
     - MINSTALL
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+    maven-install-plugin-3.x: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to