This is an automated email from the ASF dual-hosted git repository. etudenhoefner pushed a commit to branch remove-legacy-flag in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 67b3828979e4e6af06faa118996c3a5f334e756f Author: Eduard Tudenhoefner <[email protected]> AuthorDate: Fri Mar 13 15:58:37 2026 +0100 Infra: Remove legacy github.del_branch_on_merge flag --- .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
