Skip to content

chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 in /docs in the dependencies group #94

chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 in /docs in the dependencies group

chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 in /docs in the dependencies group #94

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