This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 225de610 Fix .asf.yaml (due to the new parser) (#457)
225de610 is described below

commit 225de6100d66e2b7741753d4715dda7a4d69aeba
Author: JB Onofré <[email protected]>
AuthorDate: Wed Mar 19 19:06:06 2025 +0100

    Fix .asf.yaml (due to the new parser) (#457)
---
 .asf.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index ef05771c..2727905b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,13 +30,14 @@ github:
     rebase: false
     squash: true
 
+  del_branch_on_merge: true
+
   protected_branches:
     main:
       required_pull_request_reviews:
         require_code_owner_reviews: false
         required_approving_review_count: 0
       required_linear_history: true
-      del_branch_on_merge: true
       required_status_checks:
         strict: false
         contexts:

Reply via email to