Skip to content

Commit 45cc3c3

Browse files
authored
Update dependabot-merge.yml
1 parent 5f4fe96 commit 45cc3c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ 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}}
23-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
22+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)