Skip to content

Commit 5d43b78

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/dataform/core-3.0.25
2 parents 63a855d + ff707d6 commit 5d43b78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'HTTPArchive/dataform'
1212
steps:
13-
1413
- name: Dependabot metadata
1514
id: metadata
1615
uses: dependabot/fetch-metadata@v2
@@ -19,7 +18,7 @@ jobs:
1918

2019
- name: Enable auto-merge for Dependabot PRs
2120
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
22-
run: gh pr merge --auto --merge "$PR_URL"
21+
run: gh pr merge --auto --squash "$PR_URL"
2322
env:
2423
PR_URL: ${{github.event.pull_request.html_url}}
2524
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)