| commit | d6f7c47b931fdfa0cc502339c558651ac39ebce0 | [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 | 262164427e5fb80209afe487b51d02c4174fcee1 | |
| parent | 19bbeec5b578775fa387e5762f83bfe527e0832c [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index 1e968a0..528a776 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"