Merge pull request #2630 from openmv/update_workflows

misc: Update workflows
This commit is contained in:
Ibrahim Abdelkader 2025-03-18 18:19:42 +02:00 committed by GitHub
commit f5325f50e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'