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 83e5f58  SLING-12866 - Restrict force pushes, auto-delete branches on 
merge (#23)
83e5f58 is described below

commit 83e5f5878b0aa70d07afa287605d6f19026e382a
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Aug 6 14:01:27 2025 +0200

    SLING-12866 - Restrict force pushes, auto-delete branches on merge (#23)
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b8d35f3..8ab123e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,6 +7,9 @@ github:
   - "INFRA"
   - "FELIX"
   - "MNG"
+  del_branches_on_merge: true
+  protected_branches:
+    master: {}
 notifications:
   jira_options: "link"
   pullrequests_bot_sonarcloud: "[email protected]"

Reply via email to