Skip to content

ci: added conventional commits check #4

ci: added conventional commits check

ci: added conventional commits check #4

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
branches: [develop]
jobs:
check_title:
runs-on: ubuntu-20.04
permissions:
pull-requests: write
steps:
- uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","style","refactor","perf","chore","revert"]'
add_label: true
custom_labels: '{"feat":"enhancement", "fix":"bug", "docs":"documentation", "test":"testability", "ci":"ci", "style":"refactoring", "perf":"performance", "chore":"tooling"}'