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/08/08 19:50:55 UTC

[uima-uimaj-io-jsoncas] branch UIMA-6481-Enable-issue-management-in-GitHub-repos created (now 01c6fdc)

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

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


      at 01c6fdc  [UIMA-6481] Enable issue management in GitHub repos

This branch includes the following new commits:

     new 01c6fdc  [UIMA-6481] Enable issue management in GitHub repos

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimaj-io-jsoncas] 01/01: [UIMA-6481] Enable issue management in GitHub repos

Posted by re...@apache.org.
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-uimaj-io-jsoncas.git

commit 01c6fdcf2a7ae845fb04c58b76b6a24696fd5aab
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Aug 8 21:50:18 2022 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 2e090bd..e2e3504 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,10 +30,12 @@ github:
   - apache
   - uima
   - text-analysis
+  - java
+  - json
   features:
     wiki: false
-    issues: false
-    projects: false
+    issues: true
+    projects: true
   enabled_merge_buttons:
     squash:  true
     merge:   true