This workflow checks that pull request titles follow the Conventional Commits specification.
Required The GitHub token to use for authentication.
name: Lint PR Title
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
lint-pr-title:
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yaml@conventional-commits-v1.0.0
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}