Skip to content

Commit 94849b1

Browse files
committed
Add all types explicitly
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 9119aad commit 94849b1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/lint_pr.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,19 @@ jobs:
1919
- uses: amannn/action-semantic-pull-request@v5
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
with:
23+
# Configure which types are allowed (newline-delimited).
24+
# Default: https://github.com/commitizen/conventional-commit-types
25+
types: |
26+
feat
27+
fix
28+
maint
29+
docs
30+
style
31+
refactor
32+
perf
33+
test
34+
build
35+
ci
36+
chore
37+
revert

0 commit comments

Comments
 (0)