This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit bf8c08d5cc45bc206788f2e7529a3bf38c9518b0 Author: Xiang Xiao <[email protected]> AuthorDate: Sat May 2 12:04:36 2020 +0800 .asf.yaml: Disable squash and merge option Signed-off-by: Xiang Xiao <[email protected]> --- .asf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 80ae5c2..9e05828 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,9 +15,9 @@ github: - microcontroller - ci enabled_merge_buttons: - # enable squash button: - squash: true - # enable merge button: - merge: true + # disable squash button: + squash: false + # disable merge button: + merge: false # enable rebase button: rebase: true
