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

commit caf116263b1fe0159ccdb7c2f6a9f705880e4a79
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 f46c437a7..b217fd780 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,7 +43,9 @@ github:
         dismiss_stale_reviews: false
 
       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: false
     issues: true

Reply via email to