This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch disable_merge in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 8f9289426af56f0392db897d6c4457489621d112 Author: HTHou <[email protected]> AuthorDate: Mon Feb 7 17:52:33 2022 +0800 Disable merge commit button by default --- .asf.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 82a4cca..9c7c5fe 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -31,3 +31,12 @@ 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
