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-uimaj.git
commit 4100c3666b4ffcaea8dcc54851984a74f7881f3d Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Mon Jul 11 18:09:39 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 db9bdaf89..6392b3bc7 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,7 +16,7 @@ # github: - description: "UIMA Java SDK, version 3 (in main), 2 (in main-v2)" + description: "Apache UIMA Java SDK" homepage: https://uima.apache.org dependabot_alerts: true dependabot_updates: false @@ -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
