Skip to content

Commit 5fac696

Browse files
matifaliaslilac
authored andcommitted
chore: remove patch condition for dependabot PRs (#16279)
1 parent 654d6df commit 5fac696

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/contrib.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4444

4545
- name: Enable auto-merge for Dependabot PRs
46-
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
4746
run: gh pr merge --auto --merge "$PR_URL"
4847
env:
4948
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)