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.
2 parents 90527dc + 00bc1b5 commit 49d121fCopy full SHA for 49d121f
.github/workflows/auto-merge.yaml
@@ -25,7 +25,7 @@ jobs:
25
PR_URL: ${{github.event.pull_request.html_url}}
26
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
27
- name: Enable auto-merge for Dependabot PRs
28
- 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'
29
run: gh pr merge --auto --merge "$PR_URL"
30
env:
31
0 commit comments