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-commons-json.git
The following commit(s) were added to refs/heads/master by this push:
new e0de159 SLING-12866 - Restrict force pushes, auto-delete branches on
merge
e0de159 is described below
commit e0de159fa01e028f2219469564de14d38dea0faa
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 | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6d19048..6c6af6d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,6 +2,21 @@ github:
description: "Apache Sling Commons JSON (deprecated)"
homepage: "https://sling.apache.org/"
labels:
- - java
- - sling
- - deprecated
+ - "java"
+ - "sling"
+ - "deprecated"
+ pull_requests:
+ del_branch_on_merge: true
+ protected_branches:
+ master: {}
+ autolink_jira:
+ - "SLING"
+ - "OAK"
+ - "JCR"
+ - "JCRVLT"
+ - "INFRA"
+ - "FELIX"
+ - "MNG"
+notifications:
+ jira_options: "link"
+ pullrequests_bot_sonarcloud: "[email protected]"