From e85ed367a2da62bb5fa35325168e0beb77b5244b Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sat, 18 Feb 2023 01:19:14 -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