Compare commits

..

2 Commits

Author SHA1 Message Date
396addc876 Update actions/configure-pages action to v5
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s
2025-04-10 16:04:27 +02:00
Luke Tainton
265390b3ea
Gitea Actions
All checks were successful
Validate PR Title / validate (pull_request) Successful in 3s
2025-04-10 14:57:15 +01:00
2 changed files with 17 additions and 0 deletions

1
.gitea/CODEOWNERS Normal file
View File

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

View File

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