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:43:44 UTC

[struts] branch master updated: Enables branch autodeleting after PR has been merged

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


The following commit(s) were added to refs/heads/master by this push:
     new e2718aa48 Enables branch autodeleting after PR has been merged
e2718aa48 is described below

commit e2718aa482e3d401c19eba7db3a3677e77c6c8c9
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Apr 7 14:43:38 2022 +0200

    Enables branch autodeleting after PR has been merged
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 45c3c739e..379309b9a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,4 @@
+# Documentation https://s.apache.org/asfyaml
 notifications:
   commits: commits@struts.apache.org
   # Send all issue emails (new, closed, comments) to issues@
@@ -8,3 +9,6 @@ notifications:
   pullrequests_comment: issues@struts.apache.org
   # Link opened PRs with JIRA
   jira_options: link label worklog
+
+github:
+  del_branch_on_merge: true