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 10:47:09 UTC

[uima-parent-pom] branch UIMA-6481-Enable-issue-management-in-GitHub-repos created (now 3dfc5f8)

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-parent-pom.git


      at 3dfc5f8  [UIMA-6481] Enable issue management in GitHub repos

This branch includes the following new commits:

     new 3dfc5f8  [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-parent-pom] 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-parent-pom.git

commit 3dfc5f8f755f847bdc8819558057829fec662ee8
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jul 28 12:47:05 2022 +0200

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

diff --git a/.asf.yaml b/.asf.yaml
index 31e380a..b68a1f1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 
 github:
   description: "Apache UIMA Parent POM"
-  homepage: https://uima.apache.org/
+  homepage: https://uima.apache.org
   dependabot_alerts:  true
   dependabot_updates: false
   notifications:
@@ -32,8 +32,8 @@ github:
   - text-analysis
   features:
     wiki: false
-    issues: false
-    projects: false
+    issues: true
+    projects: true
   enabled_merge_buttons:
     squash:  true
     merge:   true
@@ -45,4 +45,3 @@ github:
         strict: true
         contexts:
           - continuous-integration/jenkins/pr-merge
-    
\ No newline at end of file