Skip to content

Commit

Permalink
Merge pull request #411 from browscap/automerge-for-both-minor-and-patch
Browse files Browse the repository at this point in the history
Ensure automerge for patch as well as minor
  • Loading branch information
asgrim authored Dec 11, 2021
2 parents 1415d50 + 661fa3c commit ab62480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
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 ab62480

Please sign in to comment.