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-org-apache-sling-adapter-annotations-it.git


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

commit ceaacd66f5e8560cb0771ead5d440d0063e893a4
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 cfe6011..3fb0211 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,6 +15,10 @@ github:
   - "INFRA"
   - "FELIX"
   - "MNG"
+  pull_requests:
+    del_branch_on_merge: true
+  protected_branches:
+    master: {}
 notifications:
   jira_options: "link"
   pullrequests_bot_sonarcloud: "[email protected]"

Reply via email to