10 lines
278 B
YAML
10 lines
278 B
YAML
when:
|
|
- event: pull_request
|
|
evaluate: 'CI_COMMIT_SOURCE_BRANCH != "weblate" && not(CI_COMMIT_SOURCE_BRANCH startsWith "renovate/")'
|
|
|
|
steps:
|
|
check-changelog:
|
|
image: docker.io/alpine:3.23
|
|
commands:
|
|
- apk add --no-cache git
|
|
- sh ./tools/check-changelog
|