polymarket-client-sdk 0.4.4

Polymarket CLOB (Central Limit Order Book) API client SDK
Documentation
name: PR Conventional Commit Validation

permissions:
  contents: read

on:
  pull_request:
    types: [opened, synchronize, reopened, edited]

jobs:
  validate-pr-title:
    runs-on: ubuntu-latest
    steps:
      - name: PR Conventional Commit Validation
        uses:  ytanikin/pr-conventional-commits@1.5.1
        with:
          # https://www.conventionalcommits.org/en/v1.0.0/#specification
          task_types: '["feat","fix","build","style","docs","test","ci","refactor","perf","chore","revert"]'
          add_label: 'false'