From d569aa3554eded75289e9b4dcddd7e04d695a825 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Mon, 13 Dec 2021 15:26:21 +0100 Subject: [PATCH] chore: Fixed types in PR title (#1718) --- .github/workflows/pr-title.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 4b16bf7..b89795d 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.