Skip to content

Commit

Permalink
fix(release): don't validate single commit for semanticity (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm authored Aug 28, 2024
1 parent 4f8c0c9 commit eb656de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# will suggest using that commit message instead of the PR title for the
# merge commit, and it's easy to commit this by mistake. Enable this option
# to also validate the commit message for one commit PRs.
validateSingleCommit: true
validateSingleCommit: false

subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}" does not match the required format.
Expand Down

0 comments on commit eb656de

Please sign in to comment.