From 432317730d3ad89dc65260703dc35b2609af1260 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Mon, 13 Feb 2023 15:58:18 -0500 Subject: [PATCH] ci(workflows): [`dependabot-auto`] remove `enable-auto-merge` job conditional Signed-off-by: Lexus Drumgold --- .github/workflows/dependabot-auto.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 33a85faf..f5fa48a5 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -46,9 +46,6 @@ jobs: token: ${{ env.GITHUB_TOKEN }} - id: enable-auto-merge name: Enable auto-merge - if: | - steps.metadata.outputs.package-ecosystem == 'github_actions' || - steps.metadata.outputs.update-type != 'version-update:semver-major' run: gh pr merge ${{ github.event.number }} --auto --squash - id: gpg-import name: Import GPG key