feat(ci): enforce conventional commit
This commit is contained in:
parent
022e94a287
commit
c402be911d
14
.gitea/workflows/conventional_commit.yml
Normal file
14
.gitea/workflows/conventional_commit.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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 }}
|
Loading…
x
Reference in New Issue
Block a user