Skip to content

fix: Update mappings to system tokens instead of theme tokens #64

fix: Update mappings to system tokens instead of theme tokens

fix: Update mappings to system tokens instead of theme tokens #64

name: PR Title Check
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited]
jobs:
conventional-commit-check:
runs-on: ubuntu-latest
steps:
- name: Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert"]'
add_label: 'false'