You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2020/04/22 19:56:58 UTC

[geode-dotnet-core-client] branch develop updated: Disable merge commits in repo

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

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-dotnet-core-client.git


The following commit(s) were added to refs/heads/develop by this push:
     new 17fb8ff  Disable merge commits in repo
17fb8ff is described below

commit 17fb8ff1c6e649661ded0cd43486ac4c98cc7f2f
Author: Blake Bender <bb...@pivotal.io>
AuthorDate: Wed Apr 22 12:56:22 2020 -0700

    Disable merge commits in repo
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 003d459..a898609 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,3 +12,12 @@ notifications:
     issues: issues@geode.apache.org
     pullrequests: notifications@geode.apache.org
     jira_options: link label comment
+
+
+github:
+  enabled_merge_buttons:
+    # enable squash button:
+    merge:  false 
+    # disable rebase button:
+    rebase: true 
+