We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63a855d + ff707d6 commit 5d43b78Copy full SHA for 5d43b78
1 file changed
.github/workflows/dependabot.yml
@@ -10,7 +10,6 @@ jobs:
10
runs-on: ubuntu-latest
11
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'HTTPArchive/dataform'
12
steps:
13
-
14
- name: Dependabot metadata
15
id: metadata
16
uses: dependabot/fetch-metadata@v2
@@ -19,7 +18,7 @@ jobs:
19
18
20
- name: Enable auto-merge for Dependabot PRs
21
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
22
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
23
env:
24
PR_URL: ${{github.event.pull_request.html_url}}
25
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments