Skip to content

Commit

Permalink
ci: auto merge -> squash types PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz authored Nov 8, 2023
1 parent 4b78723 commit f08d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-types-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}

- name: Enable Pull Request Automerge
run: gh pr merge --merge --auto "${{ steps.create_pull_request.outputs.pull-request-number }}"
run: gh pr merge --squash --auto "${{ steps.create_pull_request.outputs.pull-request-number }}"
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit f08d468

Please sign in to comment.