This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
The following commit(s) were added to refs/heads/master by this push:
new 554d007 SLING-12866 - Restrict force pushes, auto-delete branches on
merge
554d007 is described below
commit 554d0071683b1e04985aeecb99281e846ed4d420
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Aug 6 14:08:34 2025 +0200
SLING-12866 - Restrict force pushes, auto-delete branches on merge
Correct setting for deleting branches on merge.
---
.asf.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 8ab123e..6edd1c3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,9 +7,10 @@ github:
- "INFRA"
- "FELIX"
- "MNG"
- del_branches_on_merge: true
protected_branches:
master: {}
+ pull_requests:
+ del_branch_on_merge: true
notifications:
jira_options: "link"
pullrequests_bot_sonarcloud: "[email protected]"