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-cpp.git
commit 8c3c8d82ce1dd462e747898dd58d8ffebb1019c1 Author: Kevin Liu <[email protected]> AuthorDate: Fri Nov 28 14:06:03 2025 -0800 Use non-deprecated del_branch_on_merge --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index bc952840..0c4f0276 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -37,6 +37,9 @@ github: required_approving_review_count: 1 required_linear_history: true + pull_requests: + # auto-delete head branches after being merged + del_branch_on_merge: true features: wiki: true issues: true
