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

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new c01c62f98a Infra: Remove legacy github.del_branch_on_merge flag 
(#15620)
c01c62f98a is described below

commit c01c62f98a759f8321161e3d6a4411b632765d0e
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Fri Mar 13 18:33:06 2026 +0100

    Infra: Remove legacy github.del_branch_on_merge flag (#15620)
---
 .asf.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4eaae51ec9..13ac27f20d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,9 +33,6 @@ github:
     squash: true
     rebase: true
 
-  # deprecated but still set for backward compatibility
-  del_branch_on_merge: true
-
   pull_requests:
     # auto-delete head branches after being merged
     del_branch_on_merge: true

Reply via email to