Skip to content

build(deps-dev): bump the development-dependencies group across 1 directory with 19 updates #616

build(deps-dev): bump the development-dependencies group across 1 directory with 19 updates

build(deps-dev): bump the development-dependencies group across 1 directory with 19 updates #616

Workflow file for this run

name: PR Title Lint
on:
pull_request:
types: [opened, edited, reopened, ready_for_review]
permissions:
pull-requests: read
jobs:
lint-pr-title:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
scopes: |
cli
commands
core
app
skills
assets
scripts
docs
ci
deps
release
native
classic
hook
dashboard
platform
workflow
bundle
engine
factory
integrations
eval
repo
tests
website
requireScope: false
subjectPattern: ^.{1,72}$
subjectPatternError: |
PR title subject must be 72 characters or fewer.
Found: "{subject}" ({length} characters)