| commit | e2305aafd9a313085e9b3dc726d7cf1c9e612a84 | [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 | 57337ba30c297bea304be7c102db975b37910d85 | |
| parent | 28c3ae01879c85134e294fe7de7ebd6901021b09 [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index ed0743f..02ac7af 100644 --- a/.asf.yaml +++ b/.asf.yaml
@@ -9,6 +9,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"