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 0ff7552 commit fc34364Copy full SHA for fc34364
.github/workflows/99-auto-merge.yml
@@ -21,7 +21,7 @@ jobs:
21
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
22
23
- name: 🤖 Enable auto-merge for Dependabot PRs
24
- if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
+ if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
25
run: gh pr merge --auto --squash "$PR_URL"
26
env:
27
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments