SLING-12866 - Restrict force pushes, auto-delete branches on merge
diff --git a/.asf.yaml b/.asf.yaml
index 6d19048..6c6af6d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,6 +2,21 @@
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: "commits@sling.apache.org"