This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/master by this push: new d373573 Enables autodeleting branches after PR has been merged d373573 is described below commit d3735733a8a7e7100f3132dee789668c04399231 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Apr 11 07:29:27 2022 +0200 Enables autodeleting branches after PR has been merged --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..9dd84f1 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +# Documentation https://s.apache.org/asfyaml +github: + del_branch_on_merge: true