Skip to content

Commit

Permalink
🔥 Remove approving from auto-merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed May 16, 2024
1 parent 5f8ae75 commit 4782ae4
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 4782ae4

Please sign in to comment.