Skip to content

Commit 6d7fe5a

Browse files
committed
.asf.yaml: Delete branches when pull requests are merged
https://github.com/apache/buildstream/branches/all shows a lot of branches that have already been merged into master. They should perhaps be cleaned up separately, but enable the `del_branch_on_merge` flag to automatically delete such branches in the future.
1 parent bdcca84 commit 6d7fe5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.asf.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ github:
3333
# disable rebase button:
3434
rebase: false
3535

36+
# Close branches when pull requests are merged
37+
del_branch_on_merge: true
38+
3639
# Enable pages publishing
3740
ghp_branch: gh-pages
3841
ghp_path: /

0 commit comments

Comments
 (0)