Skip to content

chore(deps): bump @types/react-dom from 18.2.10 to 18.2.11 in /docs #1519

chore(deps): bump @types/react-dom from 18.2.10 to 18.2.11 in /docs

chore(deps): bump @types/react-dom from 18.2.10 to 18.2.11 in /docs #1519

Workflow file for this run

name: Auto approve
on: pull_request_target
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'