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-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 05aa6f8 Create .asf.yaml
05aa6f8 is described below
commit 05aa6f8124257ecd2827ee3f9afc4756f2a7d149
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 31 14:50:58 2022 +0000
Create .asf.yaml
---
.asf.yaml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..888f6eb
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,20 @@
+#
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+ description: "Asynchronously writes journal and snapshot entries to
configured JDBC databases so that Apache Pekko Actors can recover state"
+ homepage: https://pekko.apache.org/
+ labels:
+ - pekko
+ - pekko-persistence
+ - scala
+ - slick
+ - journal
+ - persistence-query
+
+ features:
+ # Enable wiki for documentation
+ wiki: false
+ # Enable issue management
+ issues: true
+ # Enable projects for project management boards
+ projects: false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]