Skip to content

Commit

Permalink
Add all types explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Jan 31, 2025
1 parent 9119aad commit 78e9955
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,20 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (newline-delimited).
types: |
# Default: https://github.com/commitizen/conventional-commit-types
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
# Custom types
maint

0 comments on commit 78e9955

Please sign in to comment.