Skip to content

Commit

Permalink
fix prlint
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 26, 2023
1 parent bf4e723 commit ae5d304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prlint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": [
{
"pattern": "^(feat|fix|chore|CI|deps|docs|DX|refactor|test)(\\([\\-.@`a-zA-Z0-9]+\\))?!?:\\s{1}\\S.+\\S$",
"pattern": "^(feat|fix|chore|CI|deps|docs|DX|refactor|test)(\\([\\-.@:`a-zA-Z0-9]+\\))?!?:\\s{1}\\S.+\\S$",
"message": "PR title does not meet requirement, use Conventional Commits format using one of these categories: feat, fix, chore, CI, docs, DX, refactor, test"
},
{
Expand Down

0 comments on commit ae5d304

Please sign in to comment.