| commit | 74eb583170888c985afed80d112d017586ccadd3 | [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 | 9663f76510425cc8b77db740db10389bd3899188 | |
| parent | 35d036d31fa64bd95f89f15acd4741bb1a483fea [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index 74bfaae..c27e183 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"