Skip to content

Bump eslint from 9.6.0 to 9.39.0 #125

Bump eslint from 9.6.0 to 9.39.0

Bump eslint from 9.6.0 to 9.39.0 #125

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
# if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- run: echo ${GITHUB_ACTOR}
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MYTOKEN }}