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/10/31 12:54:37 UTC

[incubator-pekko] 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.git


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

commit ad9ad393fc2756f7b8445f65b13621769cf9fb53
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Oct 31 12:54:33 2022 +0000

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

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000000..6f75bef6e1
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,23 @@
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Build highly concurrent, distributed, and resilient message-driven applications on the JVM"
+  homepage: https://pekko.apache.org/
+  labels:
+    - pekko
+    - streaming
+    - reactive
+    - actor-model
+    - concurrency
+    - cloud-native
+    - distributed-actors
+    - distributed-systems
+    - high-performance
+  
+  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