You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/04/07 12:21:34 UTC

[struts-site] branch master updated: Enables autodeleting merged branches again

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b06c8b121 Enables autodeleting merged branches again
b06c8b121 is described below

commit b06c8b1210fe35a1c5f661d82ec3582d882ae625
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Apr 7 14:21:29 2022 +0200

    Enables autodeleting merged branches again
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ef25d99bd..53ef7421c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -9,3 +9,6 @@ publish:
 jekyll:
   whoami: master
   target: asf-site
+
+github:
+  del_branch_on_merge: true