Skip to content

Bump lint-staged from 15.5.1 to 15.5.2 #892

Bump lint-staged from 15.5.1 to 15.5.2

Bump lint-staged from 15.5.1 to 15.5.2 #892

name: Auto merge
on: pull_request
jobs:
merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: gh pr merge "${GITHUB_HEAD_REF}" --merge --auto