Skip to content

build(deps-dev): bump @types/react from 18.2.38 to 18.2.39 in /app/web #458

build(deps-dev): bump @types/react from 18.2.38 to 18.2.39 in /app/web

build(deps-dev): bump @types/react from 18.2.38 to 18.2.39 in /app/web #458

Workflow file for this run

name: Semantic Pull Request Check
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
permissions:
pull-requests: write
statuses: write
steps:
- uses: amannn/action-semantic-pull-request@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}