Skip to content

Commit

Permalink
Merge pull request #55 from commentcov/auto_merge_minor_dep_update
Browse files Browse the repository at this point in the history
chore: auto merge dependabot minor updates
  • Loading branch information
terakoya76 authored Apr 29, 2024
2 parents eecf1a8 + 73fd860 commit 8f1b99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit 8f1b99c

Please sign in to comment.