We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b4fac commit c6944b5Copy full SHA for c6944b5
.github/workflows/automerge.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
- name: Enable auto-merge for Dependabot PRs
19
- if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
+ if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
20
run: gh pr merge --auto --merge "$PR_URL"
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments