Woodpecker CI: Copy changelog workflow from BE

This commit is contained in:
Phantasm 2026-02-15 13:37:50 +01:00
commit 6bd929be9c
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,9 @@
when:
- event: pull_request
steps:
check-changelog:
image: docker.io/alpine:3.23
commands:
- apk add --no-cache git
- sh ./tools/check-changelog

View file