Skip to content

Commit

Permalink
Update PR title checker types based on predefined sections
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed May 12, 2023
1 parent 7b6f532 commit 2d4bc8f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,20 @@ jobs:
with:
# Configure which types are allowed (newline-delimited).
# Default: https://github.com/commitizen/conventional-commit-types
#types: |
# Customized based on sections defined in scripts/generate_changelog.js
types: |
feat
fix
perf
refactor
deps
revert
build
ci
test
style
chore
docs
# Configure which scopes are allowed (newline-delimited).
# These are regex patterns auto-wrapped in `^ $`.
Expand Down

0 comments on commit 2d4bc8f

Please sign in to comment.