Skip to content

SK-2415 Refactor README for Python SDK v2 (Inspired by Node SDK Improvements) #545

SK-2415 Refactor README for Python SDK v2 (Inspired by Node SDK Improvements)

SK-2415 Refactor README for Python SDK v2 (Inspired by Node SDK Improvements) #545

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]*)|(\[AUTOMATED\])|(Merge)|(Release).+$'
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