Skip to content

Commit

Permalink
PI-2410 Switch to squash merge for Dependabot PR (#4098)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Aug 2, 2024
1 parent 0b835a8 commit 4f2efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github-token: "${{ github.token }}"

- 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 }}
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 4f2efa3

Please sign in to comment.