Skip to content

Commit

Permalink
Merge pull request #251 from Staffbase/Remove-approving-from-auto-mer…
Browse files Browse the repository at this point in the history
…ge-workflow

🔥 Remove approving from auto-merge workflow
  • Loading branch information
0x46616c6b authored May 16, 2024
2 parents 5f8ae75 + 4782ae4 commit 2afc739
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/template_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:

jobs:
dependabot:

name: auto-merge
runs-on: ubuntu-22.04

Expand All @@ -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
Expand Down

0 comments on commit 2afc739

Please sign in to comment.