Skip to content

chore(deps-dev): bump webpack from 5.94.0 to 5.95.0 #2134

chore(deps-dev): bump webpack from 5.94.0 to 5.95.0

chore(deps-dev): bump webpack from 5.94.0 to 5.95.0 #2134

Workflow file for this run

name: "Lint PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
run:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
fix
feat
revert
break
chore
scopes: |
docs
internal
cli
typescript
python
java
csharp
go
php
ruby
seed
postman
ci
fastapi
spring
express
openapi
requireScope: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}