From 8d33a46170bca6af45348c93a20c72c4afa274ff Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Sun, 12 Dec 2021 21:55:51 +0100 Subject: [PATCH] chore: Updated allowed types for PR title (#1716) --- .github/workflows/pr-title.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 7f5aec0..4b16bf7 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -20,13 +20,13 @@ 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 + - BREAKING CHANGE # Configure that a scope must always be provided. requireScope: false # Configure additional validation for the subject based on a regex.