We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96be98e + 61535ff commit 16ff25fCopy full SHA for 16ff25f
1 file changed
.github/workflows/dependabot-auto-merge.yaml
@@ -31,7 +31,6 @@ jobs:
31
github-token: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Enable auto-merge for Dependabot PRs
34
- if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
35
run: gh pr merge --auto --squash "$PR_URL"
36
env:
37
PR_URL: ${{ github.event.pull_request.html_url }}
0 commit comments