Woodpecker CI: Copy changelog workflow from BE
This commit is contained in:
parent
1bbe7aed95
commit
6bd929be9c
2 changed files with 9 additions and 0 deletions
9
.woodpecker/changelog.yaml
Normal file
9
.woodpecker/changelog.yaml
Normal 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
|
||||
0
changelog.d/woodpecker-pr-pipeline.skip
Normal file
0
changelog.d/woodpecker-pr-pipeline.skip
Normal file
Loading…
Add table
Add a link
Reference in a new issue