You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2022/01/06 16:25:47 UTC

[archiva] branch master updated: Enabling github wiki

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 2396692  Enabling github wiki
2396692 is described below

commit 239669209d0ca6036ec3387b9f20cb8c3da6ff42
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Thu Jan 6 17:25:43 2022 +0100

    Enabling github wiki
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b1eae37..9db8705 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -10,6 +10,13 @@ github:
     squash: true
     merge: false
     rebase: true
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: false
+    # Enable projects for project management boards
+    projects: true
 notifications:
   commits:      commits@archiva.apache.org
   issues:       dev@archiva.apache.org