Skip to content

Bump eslint from 8.57.1 to 9.20.1 #672

Bump eslint from 8.57.1 to 9.20.1

Bump eslint from 8.57.1 to 9.20.1 #672

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 }}'