Skip to content

Bump react-dom from 19.2.4 to 19.2.5 #6

Bump react-dom from 19.2.4 to 19.2.5

Bump react-dom from 19.2.4 to 19.2.5 #6

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}