Merge pull request #2552 from owncloud/check_changelog_on_docs_only

check changelog also on [docs-only] PRs
This commit is contained in:
Willy Kloucek
2021-09-29 08:06:24 +02:00
committed by GitHub

View File

@@ -149,7 +149,7 @@ def main(ctx):
elif (ctx.build.event == "pull_request" and "[docs-only]" in ctx.build.title) or \
(ctx.build.event != "pull_request" and "[docs-only]" in (ctx.build.title + ctx.build.message)):
# [docs-only] is not taken from PR messages, but from commit messages
pipelines = [docs(ctx)]
pipelines = [docs(ctx), changelog(ctx)]
else:
test_pipelines.append(