Skip to content

Bump @typescript-eslint/parser from 6.21.0 to 7.13.1 #3760

Bump @typescript-eslint/parser from 6.21.0 to 7.13.1

Bump @typescript-eslint/parser from 6.21.0 to 7.13.1 #3760

Workflow file for this run

name: Dependabot
on: pull_request_target
jobs:
approve:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v2
with:
github-token: "${{ secrets.GH_TOKEN }}"
script: |
await github.issues.createComment({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
issue_number: context.payload.pull_request.number,
body: '@dependabot merge'
})