Skip to content

Commit

Permalink
Revert "🔥 Remove approving from auto-merge workflow" (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored Jun 10, 2024
1 parent 9a49d04 commit 82c5ac5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:

jobs:
dependabot:

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

Expand All @@ -45,6 +46,8 @@ 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 82c5ac5

Please sign in to comment.