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


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

commit 7b18b19f991a64b68bc7d85020f09f64a4bbf3ef
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 0d221320..48ee1864 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,6 +14,10 @@ github:
   - "MNG"
   dependabot_alerts: false
   dependabot_updates: false
+  pull_requests:
+    del_branch_on_merge: true
+  protected_branches:
+    master: {}
 notifications:
   jira_options: "link"
   pullrequests_bot_sonarcloud: "[email protected]"

Reply via email to