Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
with:
fetch-depth: 0
- name: Conventional commit check
uses: cocogitto/cocogitto-action@main
uses: cocogitto/cocogitto-action@v4
with:
check: true
command: check
conventional_commit_pr:
name: PR conventional commit check
runs-on: ubuntu-latest
Expand All @@ -46,6 +46,6 @@ jobs:
# pick the pr HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}
- name: Conventional commit check
uses: cocogitto/cocogitto-action@main
uses: cocogitto/cocogitto-action@v4
with:
check: true
command: check