You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/18 03:34:45 UTC

[rocketmq-clients] branch master updated: Disable merge buttion

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 658f724  Disable merge buttion
658f724 is described below

commit 658f7244d80ee7748a55336720c75933dd85626a
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Sat Jun 18 11:13:39 2022 +0800

    Disable merge buttion
---
 .asf.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index adbe134..a6331b8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,9 +29,9 @@ github:
     # Enable projects for project management boards
     projects: true
   enabled_merge_buttons:
-    # enable squash button:
+    # Enable squash button:
     squash:  true
-    # enable merge button:
-    merge:   true
-    # disable rebase button:
+    # Disable merge button:
+    merge:   false
+    # Enable rebase button:
     rebase:  true