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 14:45:00 UTC

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


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

commit 20436625d328834d78411cfad167f8373dd41de7
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Oct 31 14:44:56 2022 +0000

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

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..96b3417
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,21 @@
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "A replicated Apache Pekko Persistence journal backed by Apache Cassandra"
+  homepage: https://pekko.apache.org/
+  labels:
+    - pekko
+    - pekko-persistence
+    - java
+    - scala
+    - cqrs
+    - cassandra
+    - eventsourcing
+  
+  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