Skip to content

Commit

Permalink
🎨 Using squash method
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Nov 15, 2023
1 parent 82f0ddd commit 5db3144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
gh pr review --approve "$PR_URL"
if [ ${{ inputs.force }} == 'true' ]; then
gh pr merge "$PR_URL" --merge --admin
gh pr merge "$PR_URL" --squash --admin
else
gh pr merge --auto --merge "$PR_URL"
fi
Expand Down

0 comments on commit 5db3144

Please sign in to comment.