mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2630 from openmv/update_workflows
misc: Update workflows
This commit is contained in:
commit
f5325f50e4
4
.github/workflows/commit.yml
vendored
4
.github/workflows/commit.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
- name: '📜 Check commit messages format'
|
- name: '📜 Check commit messages format'
|
||||||
uses: gsactions/commit-message-checker@v2
|
uses: gsactions/commit-message-checker@v2
|
||||||
with:
|
with:
|
||||||
pattern: '^[^!]+: [A-Za-z]+.+ .+\.$'
|
pattern: '^[^!]+: [A-Za-z]+.+ .+$'
|
||||||
flags: 'gm'
|
flags: 'gm'
|
||||||
error: 'Commit subject line must match the following pattern: <scope>: <description>.'
|
error: 'Commit subject line must match the following pattern: <scope>: <description>'
|
||||||
excludeTitle: 'false'
|
excludeTitle: 'false'
|
||||||
excludeDescription: 'true'
|
excludeDescription: 'true'
|
||||||
checkAllCommitMessages: 'true'
|
checkAllCommitMessages: 'true'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user