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:53:16 UTC

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


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

commit 6181776a78b7a6644fd53843477d947d68411668
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Oct 31 14:53:12 2022 +0000

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

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..9b28d6a
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,18 @@
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state"
+  homepage: https://pekko.apache.org/
+  labels:
+    - pekko
+    - pekko-persistence
+    - r2dbc
+    - journal
+  
+  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