This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optimization.git
The following commit(s) were added to refs/heads/master by this push: new 98fd55a SLING-12866 - Restrict force pushes, auto-delete branches on merge 98fd55a is described below commit 98fd55ad021c8deca33856655ce9491b35e3468f Author: Robert Munteanu <romb...@apache.org> AuthorDate: Wed Aug 6 14:20:02 2025 +0200 SLING-12866 - Restrict force pushes, auto-delete branches on merge --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index b8d35f3..1da7e03 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -7,6 +7,10 @@ github: - "INFRA" - "FELIX" - "MNG" + pull_requests: + del_branch_on_merge: true + protected_branches: + master: {} notifications: jira_options: "link" pullrequests_bot_sonarcloud: "commits@sling.apache.org"