Skip to content

chore(deps): bump commander from 12.1.0 to 14.0.3 #65

chore(deps): bump commander from 12.1.0 to 14.0.3

chore(deps): bump commander from 12.1.0 to 14.0.3 #65

name: Conventional Commit Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
refactor
test
perf
style
ci
build
revert
requireScope: false
subjectPattern: ^[A-Za-z].+$
subjectPatternError: |
The PR subject (after the colon) must start with a letter and be non-empty.
Example: "feat(#2345): add bulk export for tenders"