Skip to content

fix(Picker): Visibility callbacks, controlled mode; placement prop #36

fix(Picker): Visibility callbacks, controlled mode; placement prop

fix(Picker): Visibility callbacks, controlled mode; placement prop #36

Workflow file for this run

name: Check PR Title for Conventional Commits Format
on:
pull_request:
types: [ opened, edited, synchronize ]
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/[email protected]
with:
pr-title-regex: '^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.+\))?: .{1,50})'