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/03 20:08:26 UTC

[incubator-pekko] 01/01: Only allow Squash merges and update notification email addresses

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch asf-yaml-squash
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git

commit 75f30904362fc3b1f698abbfe2399f6b94b4099a
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Nov 3 21:08:17 2022 +0100

    Only allow Squash merges and update notification email addresses
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index cc4870da5b..aeb102553a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,3 +21,16 @@ github:
     issues: true
     # Enable projects for project management boards
     projects: false
+
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
+
+notifications:
+  commits:              commits@pekko.apache.org
+  issues:               dev@pekko.apache.org
+  pullrequests_status:  dev@pekko.apache.org
+  pullrequests_comment: commits@pekko.apache.org
+  discussions:          dev@pekko.apache.org
+


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