Skip to content

Commit

Permalink
feat: update pr title checker regex and prefix (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns authored Oct 11, 2024
1 parent ee496b1 commit de8510a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"color": "D93F0B"
},
"CHECKS": {
"prefixes": ["fix: ", "feat: ", "refactor: ", "chore: "],
"regexp": "docs\\(v[0-9]\\): "
"prefixes": ["fix: ", "feat: ", "refactor: ", "chore: ", "docs: "],
"regexp": "^(fix|feat|refactor|chore|docs)(\\([a-zA-Z0-9_-]+\\))?: .+"
},
"MESSAGES": {
"success": "PR title OK",
Expand Down

0 comments on commit de8510a

Please sign in to comment.