s3-cache/.forgejo/workflows/check-pr-title.yaml
Maximilian Jugl b04a255b4c
All checks were successful
Check build / check-dist (push) Successful in 1m24s
Run tests / Run vitest integration tests (push) Successful in 1m29s
feat: initial
2026-04-23 09:49:39 +02:00

23 lines
492 B
YAML

name: Check PR title
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
check:
runs-on: stackit-docker
steps:
- name: Checkout
uses: actions/checkout@v6
with:
sparse-checkout: |
.forgejo
- name: Check PR title
uses: https://stackit-solutions.git.onstackit.cloud/actions/check-conventional-commit@v1
with:
value: ${{ github.event.pull_request.title }}