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 09:36:47 UTC

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

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 5f47df232 Enables autodeleting merged branches
5f47df232 is described below

commit 5f47df23229f568d7066c23733662ee4794aaed0
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Apr 7 11:36:33 2022 +0200

    Enables autodeleting merged branches
---
 .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