| commit | 6b148be9a586b8f8c7cc26cda700b3b5a1269901 | [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 | 9375e0a55ea1a65c875d9d15dd00746dc0760a4a | |
| parent | 1e06e9b4166bf0a377e1b861e824f85b46710772 [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index ce52910..11bee1b 100644 --- a/.asf.yaml +++ b/.asf.yaml
@@ -13,6 +13,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"