Skip to content

Commit

Permalink
Add .github/workflows/lint-pr-title.yml file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudesire-bot committed Aug 5, 2024
1 parent 7f4d4f2 commit 9fc4b6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,19 @@ jobs:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
with:
# Default: https://github.com/commitizen/conventional-commit-types
# https://github.com/amannn/action-semantic-pull-request?tab=readme-ov-file#configuration
types: |
fix
feat
chore
deps
docs
style
refactor
test
perf
build
ci
revert

0 comments on commit 9fc4b6a

Please sign in to comment.