chore(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 in the jest-deps group #5742
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Title | |
on: | |
pull_request: | |
types: [opened, edited, synchronize, reopened] | |
jobs: | |
test: | |
name: Check PR Title | |
runs-on: ubuntu-latest | |
steps: | |
- uses: deepakputhraya/action-pr-title@master | |
with: | |
regex: '^(feat|fix|docs|style|refactor|perf|test|chore)(\(.+\))?!?: .+$' | |
max_length: 140 |