From c9836e0a8289c6a83c0559b2aea180762d956b72 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 9 Jan 2024 16:24:04 +0100 Subject: [PATCH] Test removing changelog from health defaults --- .github/workflows/health.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index d2cf26e1..87857713 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -49,7 +49,7 @@ on: # needed. checks: description: What to check for in the PR health check - any subset of "version,changelog,license,coverage,breaking,do-not-submit" - default: "version,changelog,license,coverage,breaking,do-not-submit" + default: "version,license,coverage,breaking,do-not-submit" type: string required: false fail_on: