| commit | 54c189979bd5d3c8c7e0be0dd34a9d22cd06bd8f | [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 | 722e57543874d4167f4639135076550bd882d8d6 | |
| parent | 048802b836c496333f64d44b9a238c9d878a602e [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index f53697d..c715941 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"