| commit | 5895bd16630349e7af63074ef837d85a6f7bf912 | [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 | 96bc91a96df77057f882f28f3496c4165330476d | |
| parent | 72c229aba8e05f16d25852b050af7f6d7f83684c [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index 272d651..07a2a9e 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"