This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new d82bdfbc infra: automatically delete head branches after merge (#634)
d82bdfbc is described below

commit d82bdfbc0f4a6cb6f611c389ee0ab71a4936e140
Author: Kevin Liu <[email protected]>
AuthorDate: Sun Nov 30 12:19:18 2025 -0800

    infra: automatically delete head branches after merge (#634)
    
    set `.asf.yaml` to automatically delete head branches after merge
    
    
https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#pull_requests
    
    already set in other iceberg subprojects
---
 .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