Skip to content

Commit

Permalink
ci: only check conventional commits since last tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Nov 25, 2024
1 parent 029196b commit cdc4c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fetch-depth: 0
# pick the pr HEAD instead of the merge commit only if it's a PR, otherwise use the default
ref: ${{ github.event.pull_request.head.sha || github.sha }}
check-latest-tag-only: true

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
Expand Down

0 comments on commit cdc4c2e

Please sign in to comment.