Gitea Actions

This commit is contained in:
Luke Tainton 2025-04-10 14:57:15 +01:00
parent dc6562a938
commit 265390b3ea
No known key found for this signature in database
2 changed files with 17 additions and 0 deletions

1
.gitea/CODEOWNERS Normal file

@ -0,0 +1 @@
* @luke

@ -0,0 +1,16 @@
name: Validate PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4
with:
commit-message: ${{ gitea.event.pull_request.title }}