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-python.git

commit 9b94590e678397ee89e2136b7df4c0e9ace63c28
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Nov 28 14:01:16 2025 -0800

    Use non-deprecated del_branch_on_merge
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index f2e519ce..814d2694 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,7 +42,9 @@ github:
         required_approving_review_count: 1
 
       required_linear_history: true
-  del_branch_on_merge: true
+  pull_requests:
+    # auto-delete head branches after being merged
+    del_branch_on_merge: true
   features:
     wiki: true
     issues: true

Reply via email to