Skip to content

chore(deps-dev): bump @types/react from 18.3.7 to 18.3.8 in /apps/intershop in the dev-dependencies group #12506

chore(deps-dev): bump @types/react from 18.3.7 to 18.3.8 in /apps/intershop in the dev-dependencies group

chore(deps-dev): bump @types/react from 18.3.7 to 18.3.8 in /apps/intershop in the dev-dependencies group #12506

name: "Lint Pull Requests"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
branches:
- 'main'
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}