diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 652c34b7..934f8026 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,3 +8,8 @@ on: jobs: semantic: uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main + with: + # When true: + # If there is one commit, only validate its commit message (and not the PR title). + # Else validate PR title only (and skip commit messages). + CHECK_PR_TITLE_OR_ONE_COMMIT: true