diff --git a/.github/prlint.json b/.github/prlint.json index 656ef655463..327434e4e01 100644 --- a/.github/prlint.json +++ b/.github/prlint.json @@ -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" }, {