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/08 12:15:20 UTC

[incubator-pekko-http] branch main updated: disable merge commit button (matches incubator/pekko) (#6)

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


The following commit(s) were added to refs/heads/main by this push:
     new 7bdc0e37f disable merge commit button (matches incubator/pekko) (#6)
7bdc0e37f is described below

commit 7bdc0e37feda85e16e99fa352836f22ca94a84e8
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Nov 8 13:15:15 2022 +0100

    disable merge commit button (matches incubator/pekko) (#6)
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 977ccf89e..d060d1ea2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,6 +21,11 @@ github:
     issues: true
     # Enable projects for project management boards
     projects: false
+    
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true  
 
 notifications:
   commits:              commits@pekko.apache.org


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