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


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

commit eee1fd4a20614be0fe7f035626c0c71028bc4365
Author: Sandra Parsick <[email protected]>
AuthorDate: Thu Aug 14 07:39:16 2025 +0200

    feat: enable prevent branch protection rules (#199)
    
    also:
    - refactor deprecated config
    
    Signed-off-by: Sandra Parsick <[email protected]>
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 84c9420..e7a21f2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,10 @@ github:
     rebase: true
   autolink_jira:
     - MCHANGELOG
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:

Reply via email to