Skip to content

Commit df611c2

Browse files
authored
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
1 parent 3691a5c commit df611c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.asf.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ github:
3737
required_approving_review_count: 1
3838

3939
required_linear_history: true
40+
pull_requests:
41+
# auto-delete head branches after being merged
42+
del_branch_on_merge: true
4043
features:
4144
wiki: true
4245
issues: true

0 commit comments

Comments
 (0)