Skip to content

Commit 52a660c

Browse files
authored
fix(workflows): Accept delimiters in PR titles (#697)
Reviewed-by: Alexander Jung <alex@unikraft.io> Approved-by: Alexander Jung <alex@unikraft.io>
2 parents f3250ef + 0cf6d25 commit 52a660c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-format-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: always()
4444
uses: gsactions/commit-message-checker@v2
4545
with:
46-
pattern: '^(build|ci|docs|feat|fix|perf|refactor|style|test|revert|gomod)(\(\w+\))?!?: '
46+
pattern: '^(build|ci|docs|feat|fix|perf|refactor|style|test|revert|gomod)(\([\w\-\_\d]+\))?!?: '
4747
error: 'The PR title must follow the conventional commits format.'
4848
excludeDescription: 'true'
4949
excludeTitle: 'false'

0 commit comments

Comments
 (0)