Skip to content

Commit 51a97d9

Browse files
chore: fix semantil pull ci
1 parent 6565829 commit 51a97d9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/semantic-pull-request.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ jobs:
1818
steps:
1919
- uses: amannn/action-semantic-pull-request@v5
2020
id: lint_pr_title
21+
with:
22+
types: |
23+
version
24+
feat
25+
perf
26+
fix
27+
refactor
28+
docs
29+
build
30+
types
31+
chore
32+
examples
33+
test
34+
style
35+
ci
2136
env:
2237
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2338

0 commit comments

Comments
 (0)