Skip to content

Commit

Permalink
Merge 42e914d into 2018def
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Nov 27, 2024
2 parents 2018def + 42e914d commit cae90e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-if-outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
delete-branch: true

- name: enable pr auto merge
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:
GH_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit cae90e7

Please sign in to comment.