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 <[email protected]> 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
