name: Check PR title on: pull_request: types: [opened, edited, reopened, synchronize] branches: [develop] jobs: check_title: runs-on: ubuntu-latest steps: - uses: ytanikin/pr-conventional-commits@b72758283dcbee706975950e96bc4bf323a8d8c0 # v1.4.2 with: task_types: '["build","feat","fix","docs","test","ci","style","refactor","perf","chore"]' add_label: false custom_labels: '{"build":"build", "feat":"enhancement", "fix":"bug", "docs":"documentation", "test":"testability", "ci":"ci", "style":"refactoring", "refactor":"refactoring", "perf":"performance", "chore":"tooling"}'