You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/10/11 08:31:59 UTC

[hudi] branch master updated: [MINOR] Update GitHub setting for merge button (#6922)

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 <27...@users.noreply.github.com>
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:      commits@hudi.apache.org
   issues:       commits@hudi.apache.org