You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/02/07 09:53:29 UTC

[iotdb] branch disable_merge created (now 8f92894)

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

haonan pushed a change to branch disable_merge
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 8f92894  Disable merge commit button by default

This branch includes the following new commits:

     new 8f92894  Disable merge commit button by default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: Disable merge commit button by default

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch disable_merge
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 8f9289426af56f0392db897d6c4457489621d112
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Feb 7 17:52:33 2022 +0800

    Disable merge commit button by default
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 82a4cca..9c7c5fe 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,3 +31,12 @@ github:
   features:
     wiki: true
     issues: true
+  
+  github:
+    enabled_merge_buttons:
+      # enable squash button:
+      squash:  true
+      # enable merge button:
+      merge:   false
+      # disable rebase button:
+      rebase:  true