We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1cace commit ca1c7d1Copy full SHA for ca1c7d1
.github/workflows/dependabot-automation.yml
@@ -21,7 +21,7 @@ jobs:
21
github-token: "${{ steps.octo-sts.outputs.token }}"
22
- name: Enable auto-merge for Dependabot PRs
23
if: steps.metadata.outputs.dependency-group == 'test-versions'
24
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
25
env:
26
PR_URL: ${{ github.event.pull_request.html_url }}
27
GH_TOKEN: ${{ steps.octo-sts.outputs.token }}
0 commit comments