We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b2a00 commit 4f96b62Copy full SHA for 4f96b62
.github/workflows/commit_message_check.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Check Commit Type And Scope
13
uses: gsactions/commit-message-checker@v1
14
with:
15
- pattern: '^[a-z]+(?:\([a-z]+\))?: .+(?:\n(?:\n.+)+)?(?:\n\n.+)?$'
+ pattern: '^[a-z]+(?:\([a-z\-]+\))?: .+(?:\n(?:\n.+)+)?(?:\n\n.+)?$'
16
error: 'Your message must have the correct format "<type>(<scope>): <subject>" with an optional body and footer separated by blank lines.'
17
- name: Check Line Length
18
0 commit comments