Skip to content

Commit 66f41db

Browse files
committed
Update merge.yml
1 parent 6d288c4 commit 66f41db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

20-
- name: Enable Auto-Merge for Dependabot PRs
20+
- name: Dependabot Auto-Merge PRs
21+
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
2122
run: gh pr merge --auto --merge "$PR_URL"
2223
env:
2324
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)