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-servlet-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new f44d1cf  SLING-11709 - Set up Jira autolinks to all Sling Github 
projects
f44d1cf is described below

commit f44d1cf7bbefc7cf9c91cbc61a028f8dc787def0
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Apr 5 00:12:56 2023 +0300

    SLING-11709 - Set up Jira autolinks to all Sling Github projects
    
    Update .asf.yaml to respect defaults
---
 .asf.yaml | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3ff55f2..98e06f2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,8 +2,18 @@ github:
   description: "Apache Sling Servlets Archetype"
   homepage: "https://sling.apache.org/";
   labels:
-    - sling
-    - java
-    - servlets
-    - maven
-    - archetype
+  - "sling"
+  - "java"
+  - "servlets"
+  - "maven"
+  - "archetype"
+  autolink_jira:
+  - "SLING"
+  - "OAK"
+  - "JCR"
+  - "JCRVLT"
+  - "INFRA"
+  - "FELIX"
+  - "MNG"
+notifications:
+  jira_options: "link"

Reply via email to