Skip to content

chore: Bump actions/checkout from 4.2.1 to 4.2.2 #32

chore: Bump actions/checkout from 4.2.1 to 4.2.2

chore: Bump actions/checkout from 4.2.1 to 4.2.2 #32

Workflow file for this run

---
name: Semantic PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore"]'
custom_labels: '{"feat": "feature", "fix": "bug", "docs": "documentation", "test": "testing", "ci": "ci", "refactor": "refactoring", "perf": "performance", "chore": "chore"}'