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
1 changed files with 1 additions and 1 deletions

View File

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