This is an automated email from the ASF dual-hosted git repository. jsedding pushed a commit to branch resolver-2.x-backports in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git
commit c0fc2a621874d831f68f2f8bc80d0a5269da328c Author: Robert Munteanu <[email protected]> AuthorDate: Wed Aug 6 14:20:02 2025 +0200 SLING-12866 - Restrict force pushes, auto-delete branches on merge (cherry picked from commit 0c268c985b55bbae2a4583b830c0ecfa5699c937) --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 52eb0eb..54f3322 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -13,6 +13,10 @@ github: - "INFRA" - "FELIX" - "MNG" + pull_requests: + del_branch_on_merge: true + protected_branches: + master: {} notifications: jira_options: "link" pullrequests_bot_sonarcloud: "[email protected]"
