Skip to content

Commit 5a2d8bf

Browse files
authored
Merge branch 'develop' into refactor/remove-testnet
2 parents a2e6af1 + 13b68ea commit 5a2d8bf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
}
4242
4343
// 2. Conventional format check
44-
const conventionalRegex = /^(feat|fix|refactor|docs|style|test|chore|ci|perf|build|revert)(\([^)]+\))?:\s.+/;
44+
45+
const conventionalRegex = /^(feat|fix|refactor|docs|style|test|chore|ci|perf|build|revert)(\([^)]+\))?:\s\S.*/;
46+
4547
if (title && !conventionalRegex.test(title)) {
4648
errors.push(
4749
'PR title must follow conventional format: `type(scope): description`\n' +

0 commit comments

Comments
 (0)