Skip to content

refac: #52 update folder structure as package #31

refac: #52 update folder structure as package

refac: #52 update folder structure as package #31

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refac",
"perf","chore","revert"]'
add_label: 'false'