This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch adm/del-branch-on-merge in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit f2b91f7166f17b1ad2e69d810966a84cc3fa9ca4 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Mon May 19 09:50:28 2025 +0200 Removes deprecated `github.del_branch_on_merge` setting The `github.del_branch_on_merge` setting was renamed to `github.pull_requests.del_branch_on_merge`. --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index afbcd89677..459af934ea 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,7 +40,6 @@ github: issues: true discussions: true projects: true - del_branch_on_merge: true autolink_jira: - LOG4J2 labels:
