Skip to content

Bump @typescript-eslint/parser from 6.21.0 to 8.24.0 #668

Bump @typescript-eslint/parser from 6.21.0 to 8.24.0

Bump @typescript-eslint/parser from 6.21.0 to 8.24.0 #668

Workflow file for this run

# sourc: https://github.com/alexwilson/enable-github-automerge-action
name: automerge
on:
pull_request_target:
types: [labeled]
jobs:
automerge:
runs-on: ubuntu-latest
# Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly.
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: alexwilson/enable-github-automerge-action@main
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'