Skip to content

Commit fc34364

Browse files
committed
chore: update cicd
1 parent 0ff7552 commit fc34364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/99-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2222

2323
- name: 🤖 Enable auto-merge for Dependabot PRs
24-
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
24+
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
2525
run: gh pr merge --auto --squash "$PR_URL"
2626
env:
2727
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)