Use squash when auto merging (#1292)

This commit is contained in:
Justin Starry 2020-06-08 18:29:59 +08:00 committed by GitHub
parent ecc2d3b950
commit 59fca9d9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ pull_request_rules:
- label=automerge - label=automerge
actions: actions:
merge: merge:
method: rebase method: squash
- name: remove automerge label on CI failure - name: remove automerge label on CI failure
conditions: conditions:
- status-failure=Travis CI - Pull Request - status-failure=Travis CI - Pull Request