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 9f1fa32 commit 6c3725bCopy full SHA for 6c3725b
.github/workflows/dependabot-auto-merge.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
github-token: "${{ secrets.GITHUB_TOKEN }}"
21
- name: Enable auto-merge for Dependabot PRs
22
- if: ${{contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
+ if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
23
run: gh pr merge --auto --merge "$PR_URL"
24
env:
25
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments