| commit | 2d502d92b4df27b72e9f4e6242abb6eb8d46c245 | [log] [tgz] | 
|---|---|---|
| author | Robert Munteanu <rombert@apache.org> | Wed Aug 06 14:20:02 2025 +0200 | 
| committer | Robert Munteanu <rombert@apache.org> | Wed Aug 06 14:20:02 2025 +0200 | 
| tree | 94938a6a0ea092965033182a99f2182ce9fe5e18 | |
| parent | f67cc0b51f91a180f532d5ea680f6db9a14bdee8 [diff] | 
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index b8d35f3..1da7e03 100644 --- a/.asf.yaml +++ b/.asf.yaml
@@ -7,6 +7,10 @@ - "INFRA" - "FELIX" - "MNG" + pull_requests: + del_branch_on_merge: true + protected_branches: + master: {} notifications: jira_options: "link" pullrequests_bot_sonarcloud: "commits@sling.apache.org"