try fixing with another package json #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Always validate the PR title AND all the commits | |
titleAndCommits: true | |
# Require at least one commit to be valid | |
# this is only relevant when using commitsOnly: true or titleAndCommits: true, | |
# which validate all commits by default | |
anyCommit: true | |
# Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns") | |
# this is only relevant when using commitsOnly: true (or titleAndCommits: true) | |
allowMergeCommits: false | |
# Allow use of Revert commits (eg on github: "Revert "feat: ride unicorns"") | |
# this is only relevant when using commitsOnly: true (or titleAndCommits: true) | |
allowRevertCommits: false |