feat: initial

This commit is contained in:
Maximilian Jugl 2026-05-05 14:16:44 +02:00
commit 638004c7ee
8 changed files with 444 additions and 0 deletions

View file

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