Skip to content

chore(main): release 3.22.3-b #50

chore(main): release 3.22.3-b

chore(main): release 3.22.3-b #50

Workflow file for this run

name: Commitlint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
refactor
docs
test
build
ci
chore
deps
requireScope: false
subjectPattern: ^[a-z].+[^.]$
subjectPatternError: |
PR subject should start with a lowercase letter and not end in a period.
Example: feat: add seat-massage preset menu