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/11 13:54:12 UTC

[incubator-pekko-persistence-dynamodb] branch main updated: copy over yml settings from incubator-pekko

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-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new ef56d9e  copy over yml settings from incubator-pekko
     new d97b1c4  Merge pull request #1 from pjfanning/asf-yaml
ef56d9e is described below

commit ef56d9e04fa0ed29bc357fea44d59aa0ea1f5b20
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Nov 11 14:47:13 2022 +0100

    copy over yml settings from incubator-pekko
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 9b82092..7df600c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,3 +18,17 @@ github:
     issues: true
     # Enable projects for project management boards
     projects: false
+
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true
+
+  protected_branches:
+    main: { }
+
+notifications:
+  commits:              commits@pekko.apache.org
+  issues:               notifications@pekko.apache.org
+  pullrequests:         notifications@pekko.apache.org
+  discussions:          notifications@pekko.apache.org


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