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


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

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

    feat: enable prevent branch protection rules (#604)
    
    also:
    - refactor deprecated config
    - remove unnecessary jira config
    
    Signed-off-by: Sandra Parsick <[email protected]>
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index bc1c3fe..638b14d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,11 +30,13 @@ github:
     rebase: true
   autolink_jira:
     - MCHANGES
-  del_branch_on_merge: true
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   features:
     issues: true
 notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  jira_options: link label

Reply via email to