We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8431a4 commit d798579Copy full SHA for d798579
1 file changed
.github/workflows/pr-title-semantic-check.yml
@@ -22,7 +22,7 @@ jobs:
22
23
# Allowed: type(scope): subject
24
# Also allowed: type!: subject or type(scope)!: subject
25
- pattern='^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\([a-z0-9._/-]+\))?(!)?: .+$'
+ pattern='^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\([a-z0-9._/-]+\))?(!)?: [^[:space:]].*$'
26
27
if [[ "$PR_TITLE" =~ $pattern ]]; then
28
echo "✅ PR title is semantic: $PR_TITLE"
0 commit comments