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 10:06:01 UTC

[iotdb] branch master updated: Disable merge commit button by default

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 081a7e3  Disable merge commit button by default
081a7e3 is described below

commit 081a7e339f01da982307be30fdf0a372dd6756c7
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Feb 7 18:05:09 2022 +0800

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

diff --git a/.asf.yaml b/.asf.yaml
index a59b9f5..94d4366 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,11 +31,11 @@ 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
+github:
+  enabled_merge_buttons:
+  # enable squash button:
+  squash:  true
+  # enable merge button:
+  merge:   false
+  # disable rebase button:
+  rebase:  true