Skip to content

Commit 74dba79

Browse files
committed
Update auto-merge condition for Dependabot PRs to include 'null' update type
1 parent 35163f0 commit 74dba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
github-token: "${{ secrets.GITHUB_TOKEN }}"
5858

5959
- name: Enable auto-merge for Dependabot PRs
60-
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
60+
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'null'
6161
run: gh pr merge --auto --squash "$PR_URL"
6262
env:
6363
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)