Skip to content

Commit

Permalink
ci: add 'release' type into rules (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Dec 26, 2022
1 parent e235b25 commit b9169c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ jobs:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
release

0 comments on commit b9169c2

Please sign in to comment.