You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/07/28 16:20:41 UTC

[uima-ruta] 01/01: [UIMA-6481] Enable issue management in GitHub repos

This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch UIMA-6481-Enable-issue-management-in-GitHub-repos
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 309b1d5bf0f88a670ff2bf2e08881ecdd727a99b
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jul 28 18:20:36 2022 +0200

    [UIMA-6481] Enable issue management in GitHub repos
    
    - Enable issues and projects
---
 .asf.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 77df47d2..d600881d 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 @@ github:
   - 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 @@ github:
         strict: true
         contexts:
           - continuous-integration/jenkins/pr-merge
-              
\ No newline at end of file
+