feat: initial
This commit is contained in:
commit
638004c7ee
8 changed files with 444 additions and 0 deletions
23
.forgejo/workflows/check-pr-title.yaml
Normal file
23
.forgejo/workflows/check-pr-title.yaml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue