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.
if
1 parent 7aca162 commit d90c03aCopy full SHA for d90c03a
.github/workflows/dependabot-auto-merge.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
github-token: "${{ secrets.GITHUB_TOKEN }}"
25
- name: Enable auto-merge for Dependabot PRs
26
- if: steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'}}
+ if: steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
27
run: gh pr merge --auto --merge "$PR_URL"
28
env:
29
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments