Skip to content

Bump eslint from 9.9.0 to 9.9.1 in /docs in the dependencies group #58

Bump eslint from 9.9.0 to 9.9.1 in /docs in the dependencies group

Bump eslint from 9.9.0 to 9.9.1 in /docs in the dependencies group #58

Workflow file for this run

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target'}}
steps:
- uses: actions/checkout@v4
- name: Merge PR
env:
GH_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}
shell: bash
run: |
gh pr merge ${{ github.event.pull_request.number }} --auto --squash
gh pr review ${{ github.event.pull_request.number }} --approve