This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 52c176df68 Use non-deprecated del_branch_on_merge (#14710)
52c176df68 is described below
commit 52c176df681cd6381ccf4d7f58ef1815ef5db19e
Author: Kevin Liu <[email protected]>
AuthorDate: Sat Nov 29 09:13:21 2025 -0800
Use non-deprecated del_branch_on_merge (#14710)
---
.asf.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index e7c1e4cab2..8d43adeff3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,14 +33,16 @@ github:
squash: true
rebase: true
+ pull_requests:
+ # auto-delete head branches after being merged
+ del_branch_on_merge: true
+
protected_branches:
main:
required_pull_request_reviews:
required_approving_review_count: 1
required_linear_history: true
-
- del_branch_on_merge: true
features:
wiki: true