Skip to content

Commit

Permalink
[DDS-515] Fixed conventional-pull-request-action settings
Browse files Browse the repository at this point in the history
  • Loading branch information
spivachuk committed Dec 20, 2023
1 parent efb627e commit 5c55064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
# to override config-conventional rules, specify a relative path to your rules module, actions/checkout is required for this setting!
commitlintRulesPath: "./.github/linters/.commitlint.rules.js" # default: undefined
# if the PR contains a single commit, fail if the commit message and the PR title do not match
commitTitleMatch: false # default: 'true'
commitTitleMatch: "false" # default: 'true'

0 comments on commit 5c55064

Please sign in to comment.