Skip to content

Bump eslint from 8.50.0 to 8.51.0 #228

Bump eslint from 8.50.0 to 8.51.0

Bump eslint from 8.50.0 to 8.51.0 #228

name: dependabot
on:
pull_request_target
jobs:
approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: hmarr/auto-approve-action@v3.2.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
runs-on: ubuntu-latest
needs: approve
steps:
- name: Merge Comment
uses: actions-ecosystem/action-create-comment@v1.0.2
with:
github_token: ${{ secrets.DIST_TOKEN }}
body: "@dependabot merge"