Skip to content

build(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.15.0 #16091

build(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.15.0

build(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.15.0 #16091

Workflow file for this run

name: Auto approve
on: pull_request_target
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'