This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-12866
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit 47f9768e06c26d451659e2d6f6613275c674dc13
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Aug 6 14:00:34 2025 +0200

    SLING-12866 - Restrict force pushes, auto-delete branches on merge
---
 .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