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:59:13 UTC

[geode-dotnet-core-client] branch master updated: Fix copy/paste issue from last commit

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f95e991  Fix copy/paste issue from last commit
f95e991 is described below

commit f95e99149de3c811f69aa75abe6460ef01b84180
Author: Blake Bender <bb...@pivotal.io>
AuthorDate: Wed Apr 22 12:58:47 2020 -0700

    Fix copy/paste issue from last commit
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index a898609..f419f9e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,10 @@ notifications:
 github:
   enabled_merge_buttons:
     # enable squash button:
+    squash: true
+    # disable merge button:
+    merge: false
     merge:  false 
-    # disable rebase button:
+    # enable rebase button:
     rebase: true