Skip to content

Commit

Permalink
ci: add/update workflow for checking commit conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransformer committed Jan 31, 2025
1 parent a5152e1 commit 3d6e02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

# https://github.com/taskmedia/action-conventional-commits
- uses: taskmedia/action-conventional-commits@cb0de258e7309e163ee353a8c38e24e609608cd6 # v1.1.19
- uses: taskmedia/action-conventional-commits@a708bda25c04fc82b2acd5eeeb88d97f9a19beb9 # v1.1.20
with:
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
skip_revert: false

0 comments on commit 3d6e02a

Please sign in to comment.