From d062a5df84e9377221922fb4f4a4d1fb6d43c22f Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:10:03 +0100 Subject: [PATCH] chore(actions): Only check PR title for semantic commit message (#16253) --- .github/workflows/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 7dc9f439d..ea869d99b 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -11,5 +11,5 @@ jobs: semantic: uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main with: - CHECK_PR_TITLE_OR_ONE_COMMIT: true + COMMITS_HISTORY: 0