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

[incubator-pekko-management] branch main updated: copy over .asf-yaml 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-management.git


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

commit 006fc68ec69807c540bc900b2c86480580abf379
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Nov 11 14:44:50 2022 +0100

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

diff --git a/.asf.yaml b/.asf.yaml
index 7c8d213..8383d3f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,3 +20,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