From e2718aa482e3d401c19eba7db3a3677e77c6c8c9 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Thu, 7 Apr 2022 14:43:38 +0200 Subject: [PATCH] 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