Skip to content

Commit 78e9955

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/lint_pr.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,20 @@ 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+
types: |
25+
# Default: https://github.com/commitizen/conventional-commit-types
26+
feat
27+
fix
28+
docs
29+
style
30+
refactor
31+
perf
32+
test
33+
build
34+
ci
35+
chore
36+
revert
37+
# Custom types
38+
maint

0 commit comments

Comments
 (0)