Skip to content

chore: bump prettier from 3.2.5 to 3.3.2 #139

chore: bump prettier from 3.2.5 to 3.3.2

chore: bump prettier from 3.2.5 to 3.3.2 #139

name: auto-merge-dependabot
on: [pull_request_target]
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
auto-merge-dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'kilianc'
steps:
- name: auto-merge
run: gh pr merge --auto --squash "$PR_URL"
- name: auto-approve
run: gh pr review --approve "$PR_URL"