From b0d2bdfe73fbad3c2d38b67e5fe0798a1dd20e17 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 29 Sep 2021 07:58:28 +0200 Subject: [PATCH] check changelog also on [docs-only] PRs --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index d9406bfc7..0d10079ce 100644 --- a/.drone.star +++ b/.drone.star @@ -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(