Skip to content

Bump @types/react-dom from 18.3.7 to 19.1.3 in /src-admin #184

Bump @types/react-dom from 18.3.7 to 19.1.3 in /src-admin

Bump @types/react-dom from 18.3.7 to 19.1.3 in /src-admin #184

Workflow file for this run

name: Auto approve
on:
pull_request:
types: [labeled]
jobs:
auto-approve:
if: |
github.actor == 'foxbot76' &&
github.event.label.name == 'automated pr 🔧'
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}