Skip to content

Commit

Permalink
fix to use squash merge (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 authored Nov 12, 2021
1 parent 62d457f commit 4283ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve_and_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
- name: Enable auto-merge
run: gh pr merge --auto --merge $PR_URL
run: gh pr merge --auto --squash $PR_URL
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}

0 comments on commit 4283ae3

Please sign in to comment.