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-auth-oauth-client.git
The following commit(s) were added to refs/heads/master by this push:
new 2587f5d SLING-12866 - Restrict force pushes, auto-delete branches on
merge
2587f5d is described below
commit 2587f5dab5ee0dd168ddaa9a2072dace42e445f5
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 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 5b00019..fc31a65 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,7 +13,10 @@ github:
- "INFRA"
- "FELIX"
- "MNG"
+ pull_requests:
+ del_branch_on_merge: true
+ protected_branches:
+ master: {}
notifications:
jira_options: "link"
pullrequests_bot_sonarcloud: "[email protected]"
-