| commit | a345e768d11a7a8c7ca415b405ef79dd62d6fc50 | [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 | ca3d26d8ac59d78490c229281729530d091b0833 | |
| parent | 4a22d48d740d168447059354e069e4b882c041b2 [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index ca812e6..fc3ceb3 100644 --- a/.asf.yaml +++ b/.asf.yaml
@@ -12,6 +12,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"