From 1e821d091262673645a1152b4262bfcfe623900b Mon Sep 17 00:00:00 2001 From: Raymond Xu <2701446+xushiyan@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:54:52 +0800 Subject: [PATCH] [MINOR] Update GitHub setting for merge button 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 534f99613dfa2..2eb171432c30d 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