Skip to content

Commit

Permalink
CI: version-bumping GitHub Action requires squash merging (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Jul 28, 2023
1 parent f2d5f79 commit 84274ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
echo "" >> "$GITHUB_STEP_SUMMARY"
echo "${{ steps.create-pull-request.outputs.pull-request-url }}" >> "$GITHUB_STEP_SUMMARY"
- if: ${{ steps.create-pull-request.outputs.pull-request-number && inputs.auto-merge }}
run: gh pr merge "${{ steps.create-pull-request.outputs.pull-request-number }}" --merge --auto
run: gh pr merge "${{ steps.create-pull-request.outputs.pull-request-number }}" --squash --auto
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 84274ef

Please sign in to comment.