Skip to content

Commit

Permalink
chore: fix pr conventional commit job
Browse files Browse the repository at this point in the history
Fix pull request conventional commit job to check only latest tag
  • Loading branch information
dfranco committed Oct 29, 2023
1 parent e32f635 commit 0dac928
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true

0 comments on commit 0dac928

Please sign in to comment.