Skip to content

Commit

Permalink
chore: Updated allowed types for PR title (terraform-aws-modules#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored Dec 12, 2021
1 parent 3002be5 commit 8d33a46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d33a46

Please sign in to comment.