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 2022/11/02 19:54:02 UTC

[incubator-pekko-samples] branch main updated: Create .asf.yaml

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 136e1a7  Create .asf.yaml
136e1a7 is described below

commit 136e1a7dec9c0e44138c608d4d679c6f9bcbbf54
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Nov 2 20:53:58 2022 +0100

    Create .asf.yaml
---
 .asf.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..3e4a164
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,15 @@
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Apache Pekko Sample Projects"
+  homepage: https://pekko.apache.org/
+  labels:
+    - pekko
+  
+  features:
+    # Enable wiki for documentation
+    wiki: false
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: false


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