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 e24b822 commit 2ead015Copy full SHA for 2ead015
.github/workflows/dependabot-auto-merge.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'codama-idl/codama'
12
steps:
13
- name: Enable auto-merge
14
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
15
env:
16
PR_URL: ${{ github.event.pull_request.html_url }}
17
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments