| commit | 81904b5cf6afa4f3fe22a70e5d9b2cc10ccadbef | [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 | 45237ca1947e362882f9c7d6ed02642791aa03bc | |
| parent | 4764187e58d5e67e2eb35a3565f90ad2b7f5569d [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"