From 7d6b73552af097d01cff49ec0ab37e9414f4256d Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Mon, 27 Jan 2025 16:51:37 +0500 Subject: [PATCH] chore: remove patch condition for dependabot PRs (#16279) --- .github/workflows/contrib.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 6b1c4a39a3..655c0e118d 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -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}}