SLING-11709 - Set up Jira autolinks to all Sling Github projects

Update .asf.yaml to respect defaults
diff --git a/.asf.yaml b/.asf.yaml
index 6f51b56..f296af6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,12 +1,21 @@
-# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#Git.asf.yamlfeatures-GitHubsettings
 github:
   description: "Apache Sling Maven Plugin"
-  homepage: https://sling.apache.org/components/sling-maven-plugin/
+  homepage: "https://sling.apache.org/components/sling-maven-plugin/"
   labels:
-    - maven
-    - bundle
-    - osgi
-    - sling
-    - deploy
-    - webconsole
-    - maven-plugin
\ No newline at end of file
+  - "maven"
+  - "bundle"
+  - "osgi"
+  - "sling"
+  - "deploy"
+  - "webconsole"
+  - "maven-plugin"
+  autolink_jira:
+  - "SLING"
+  - "OAK"
+  - "JCR"
+  - "JCRVLT"
+  - "INFRA"
+  - "FELIX"
+  - "MNG"
+notifications:
+  jira_options: "link"