diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 4b16bf7a38..b89795d729 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -20,13 +20,12 @@ jobs: with: # Configure which types are allowed. # Default: https://github.com/commitizen/conventional-commit-types - types: - - fix - - feat - - docs - - ci - - chore - - BREAKING CHANGE + types: | + fix + feat + docs + ci + chore # Configure that a scope must always be provided. requireScope: false # Configure additional validation for the subject based on a regex.