From cdc4c2e2759103dfe684c9d6c8911af8efa5aaab Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 25 Nov 2024 16:04:40 +1000 Subject: [PATCH] ci: only check conventional commits since last tag --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1f24a87..48c656a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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