Skip to content

Bump prettier from 3.2.4 to 3.2.5 #201

Bump prettier from 3.2.4 to 3.2.5

Bump prettier from 3.2.4 to 3.2.5 #201

Workflow file for this run

---
name: Maybe Enable Auto-Merge
on:
pull_request_target:
types: [opened]
workflow_dispatch:
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- uses: alexwilson/enable-github-automerge-action@1.0.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'