Skip to content

Commit 056569c

Browse files
authored
Update auto-merge-dependabot.yml
1 parent 98faed0 commit 056569c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- 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'
2019
run: gh pr merge --auto --merge "$PR_URL"
2120
env:
2221
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)