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