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

commit 6df3ca1143f97a417a1562673fb4a08801ca1dd6
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Nov 28 14:05:58 2025 -0800

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

diff --git a/.asf.yaml b/.asf.yaml
index f994474b..0353d893 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,6 +47,10 @@ github:
 
       required_linear_history: true
 
+  pull_requests:
+    # auto-delete head branches after being merged
+    del_branch_on_merge: true
+
 notifications:
   commits:      [email protected]
   issues:       [email protected]

Reply via email to