| commit | 21a03d4c29d9c8234ebd1bd2090dc47a9257744f | [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 | 7125a5c67e7abc0078e19b64e67cf4209345ad6a | |
| parent | 36dfd42538b82092f327d0de5a08108cb8800975 [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index 5bbe887..7b95a84 100644 --- a/.asf.yaml +++ b/.asf.yaml
@@ -14,6 +14,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"