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

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


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

commit df611c2bb24ca076e9e5e040439ab007992c32dd
Author: Kevin Liu <[email protected]>
AuthorDate: Sun Nov 30 18:14:57 2025 -0800

    infra: automatically delete head branches after merge (#369)
    
    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 | 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

Reply via email to