You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/10 09:55:17 UTC

[incubator-pekko-site] 01/02: enable github issues

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

fanningpj pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git

commit 3633e68b8cfb98c21d93ebf336d4c5a45f842473
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Feb 9 03:32:43 2023 +0100

    enable github issues
---
 .asf.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 2056f0e5..b4212a7b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,14 @@
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  features:
+    # Enable wiki for documentation
+    wiki: false
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: false
+    
 notifications:
   commits:              commits@pekko.apache.org
   issues:               notifications@pekko.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org