From 4782ae407c31a5de2d07381cb831a1e3c9994fe6 Mon Sep 17 00:00:00 2001 From: Falk Scheerschmidt Date: Thu, 16 May 2024 10:26:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20approving=20from=20auto?= =?UTF-8?q?-merge=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/template_automerge_dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/template_automerge_dependabot.yml b/.github/workflows/template_automerge_dependabot.yml index 3d5dae2..6a559f9 100644 --- a/.github/workflows/template_automerge_dependabot.yml +++ b/.github/workflows/template_automerge_dependabot.yml @@ -20,7 +20,6 @@ on: jobs: dependabot: - name: auto-merge runs-on: ubuntu-22.04 @@ -46,8 +45,6 @@ jobs: steps.metadata.outputs.update-type == 'version-update:semver-minor') && !startsWith(steps.metadata.outputs.previous-version, '0.') run: | - gh pr review --approve "$PR_URL" - MERGE_OPTIONS=() case "${{ inputs.strategy }}" in