15 lines
323 B
YAML
15 lines
323 B
YAML
name: Conventional Commit
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- synchronize
|
|
- reopened
|
|
|
|
jobs:
|
|
validate_pr_title:
|
|
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/conventional-commit.yml@main
|
|
with:
|
|
commit_message: ${{ gitea.event.pull_request.title }}
|