Skip to content

Commit

Permalink
chore: Improve PR title check (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Oct 16, 2023
1 parent 1796d52 commit 6f4b962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pr-title.yml
Expand Up @@ -2,7 +2,7 @@ name: PR Title

on:
pull_request:
types: [opened, edited, synchronize, reopened]
types: [ opened, edited, synchronize, reopened ]

jobs:
test:
Expand All @@ -11,5 +11,5 @@ jobs:
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^(feat|fix|build|chore|test|refactor|docs)(\(.+\))?!?: .+$'
regex: '^(feat|fix|build|chore|test|refactor|docs)(\(.+\))?!?: [A-Z].+$'
max_length: 140

0 comments on commit 6f4b962

Please sign in to comment.