This is an automated email from the ASF dual-hosted git repository. chandan pushed a commit to branch chandan/cleanup in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 97d4fe523f018769903ed6153c69c52214ee7034 Author: Chandan Singh <[email protected]> AuthorDate: Wed Jul 31 12:35:24 2024 -0400 .asf.yaml: Delete pull request branches after merging --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 5e8e641..fddf649 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -34,6 +34,9 @@ github: # disable rebase button: rebase: false + # Close branches when pull requests are merged + del_branch_on_merge: true + # Enable pages publishing ghp_branch: gh-pages ghp_path: /docs
