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

qiaojialin 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 9a9f457  Disable merge commit button by default (#5013)
9a9f457 is described below

commit 9a9f457a0bec7b22425a06debf7572c3635a3f07
Author: Haonan <[email protected]>
AuthorDate: Mon Feb 7 17:57:13 2022 +0800

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

diff --git a/.asf.yaml b/.asf.yaml
index 82a4cca..a59b9f5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,3 +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

Reply via email to