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 09:04:11 UTC

[uima-uimafit] 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 refactoring/UIMA-6481-Enable-issue-management-in-GitHub-repos
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 43129a769e961ffebad5f540835d6edb815e1297
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jul 28 11:04:05 2022 +0200

    [UIMA-6481] Enable issue management in GitHub repos
    
    - Enable issues and projects
    - Update description while we are at it and add the "java" keyword
---
 .asf.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6c3b829..b2610fa 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 
 github:
   description: "Apache UIMA uimaFIT"
-  homepage: https://uima.apache.org/
+  homepage: https://uima.apache.org
   dependabot_alerts:  true
   dependabot_updates: false
   notifications:
@@ -30,10 +30,11 @@ github:
   - apache
   - uima
   - text-analysis
+  - java
   features:
     wiki: false
-    issues: false
-    projects: false
+    issues: true
+    projects: true
   enabled_merge_buttons:
     squash:  true
     merge:   true