Skip to content

Commit

Permalink
ci: use --squash for dependabot automerge (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Apr 20, 2023
1 parent 8da1d38 commit 27a1343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
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 provides this variable in the CI env. You don't
Expand Down

0 comments on commit 27a1343

Please sign in to comment.