Compare commits

..

1 Commits

Author SHA1 Message Date
1a3c6a29ec Update actions/configure-pages action to v5 2025-04-10 13:54:05 +00:00
2 changed files with 0 additions and 17 deletions

View File

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

View File

@ -1,16 +0,0 @@
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 }}