Skip to content

Commit

Permalink
chore: fix semantil pull ci
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jul 19, 2023
1 parent 6565829 commit 51a97d9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ jobs:
steps:
- uses: amannn/action-semantic-pull-request@v5
id: lint_pr_title
with:
types: |
version
feat
perf
fix
refactor
docs
build
types
chore
examples
test
style
ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 51a97d9

Please sign in to comment.