Skip to content

feat: Package Bump formidable from 1.2.6 to 3.2.4 #35698

feat: Package Bump formidable from 1.2.6 to 3.2.4

feat: Package Bump formidable from 1.2.6 to 3.2.4 #35698

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
cleanup
docs
chore
# Configure which scopes are allowed.
scopes: |
admin
client
docs
server
store
theme
# Configure that a scope must always be provided.
requireScope: false