Skip to content

SK-1736: Fix inconsistencies #377

SK-1736: Fix inconsistencies

SK-1736: Fix inconsistencies #377

Workflow file for this run

name: CI Checks
on: [pull_request]
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check JIRA ID
uses: gsactions/commit-message-checker@v1
with:
pattern: '\[?[A-Z]{1,5}-[1-9][0-9]*.+$'
flags: 'gm'
excludeDescription: 'true'
checkAllCommitMessages: 'true'
accessToken: ${{ secrets.PAT_ACTIONS }}
error: 'One of your your commit messages is not matching the format with JIRA ID Ex: ( SDK-123 commit message )'
test:
uses: ./.github/workflows/shared-tests.yml
with:
python-version: '3.8'
secrets: inherit