This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch kevinjqliu/asf-del_branch_on_merge in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit f080abe9d9da92c215d9ff4143c90a964af507be Author: Kevin Liu <[email protected]> AuthorDate: Fri Nov 28 14:01:14 2025 -0800 Use non-deprecated del_branch_on_merge --- .asf.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index d9734f1cd8..0b87a1da5d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -33,14 +33,16 @@ github: squash: true rebase: true + pull_requests: + # auto-delete head branches after being merged + del_branch_on_merge: true + protected_branches: main: required_pull_request_reviews: required_approving_review_count: 1 required_linear_history: true - - del_branch_on_merge: true features: wiki: true
