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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 07bfc5666 SLING-12866 - Restrict force pushes, auto-delete branches on 
merge
07bfc5666 is described below

commit 07bfc566603e3c2f35698ce6e7ead1a46c3d03f4
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Aug 6 14:20:02 2025 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index ac6477e36..678828304 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,6 +15,10 @@ github:
   - "MNG"
   features:
     issues: true
+  pull_requests:
+    del_branch_on_merge: true
+  protected_branches:
+    master: {}
 publish:
   whoami: "asf-site"
 notifications:

Reply via email to