We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eb2f8 commit 01e4362Copy full SHA for 01e4362
.github/workflows/main.yml
@@ -76,7 +76,7 @@ jobs:
76
with:
77
github-token: "${{ secrets.GITHUB_TOKEN }}"
78
- name: Enable auto-merge for Dependabot PRs
79
- if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
+ if: steps.metadata.outputs.update-type == 'version-update:semver-minor'
80
run: gh pr merge --auto --merge "$PR_URL"
81
env:
82
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments