Merge pull request #99 from apache/UIMA-6481-Enable-issue-management-in-GitHub-repos

[UIMA-6481] Enable issue management in GitHub repos
diff --git a/.asf.yaml b/.asf.yaml
index 77df47d..d600881 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 
 github:
   description: "Apache UIMA Ruta"
-  homepage: https://uima.apache.org/
+  homepage: https://uima.apache.org
   dependabot_alerts:  true
   dependabot_updates: false
   notifications:
@@ -30,10 +30,12 @@
   - apache
   - uima
   - text-analysis
+  - java
+  - ruta
   features:
     wiki: false
-    issues: false
-    projects: false
+    issues: true
+    projects: true
   enabled_merge_buttons:
     squash:  true
     merge:   true
@@ -50,4 +52,4 @@
         strict: true
         contexts:
           - continuous-integration/jenkins/pr-merge
-              
\ No newline at end of file
+