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

leonbao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 540fd9d  Only allow squash merge (#6274)
540fd9d is described below

commit 540fd9dc0844a4e44dc5485d6001eb0dd18c8257
Author: Kirs <[email protected]>
AuthorDate: Mon Sep 20 12:25:14 2021 +0800

    Only allow squash merge (#6274)
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index d13cedf..eaf38d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,7 +36,7 @@ github:
     - data-schedule
   enabled_merge_buttons:
     squash: true
-    merge: true
+    merge: false
     rebase: false
   protected_branches:
     dev:

Reply via email to