chore: remove patch condition for dependabot PRs (#16279)

This commit is contained in:
M Atif Ali
2025-01-27 11:51:37 +00:00
committed by GitHub
parent a21306e8d6
commit 7d6b73552a
-1
View File
@@ -43,7 +43,6 @@ jobs:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}