| commit | 3ec150f2c4b7640a8abbda741fee72547bffdd4d | [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 | 7336b7782f173c19e1e7b539e42049e6e142d0da | |
| parent | c275517a0b284866675d33a1feb192fe7114954a [diff] |
SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml index e3aab16..6deeaae 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"