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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c0714dc68 [MINOR] Update GitHub setting for merge button (#6922)
4c0714dc68 is described below

commit 4c0714dc68ac26b6015d25577d5440944ce25221
Author: Shiyan Xu <[email protected]>
AuthorDate: Tue Oct 11 16:31:50 2022 +0800

    [MINOR] Update GitHub setting for merge button (#6922)
    
    Only allow squash and merge. Disable merge and rebase
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 534f99613d..2eb171432c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,6 +34,10 @@ github:
     issues: true
     projects: true
     discussions: true
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
 notifications:
   commits:      [email protected]
   issues:       [email protected]

Reply via email to