Initial
All checks were successful
Release / Create Release (push) Successful in 15s
Release / Print Release (push) Successful in 3s

This commit is contained in:
2025-03-23 20:45:06 +00:00
commit 162f57b2ff
8 changed files with 210 additions and 0 deletions

View 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 }}