diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index 8d0bb6e..245bce6 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -24,6 +24,6 @@ jobs: # to override config-conventional rules, specify a relative path to your rules module, actions/checkout is required for this setting! # commitlintRulesPath: "./commitlint.config.js" # default: undefined # if the PR contains a single commit, fail if the commit message and the PR title do not match - commitTitleMatch: "true" # default: 'true' + commitTitleMatch: "false" # default: 'true' # if you squash merge PRs and enabled "Default to PR title for squash merge commits", you can disable all linting of commits ignoreCommits: "false" # default: 'false'