From cb870214a53da387c685c6a0981e1f9e1f875e5f Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Tue, 26 Mar 2024 18:07:56 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=91=B7(project)=20add=20git=20hi?= =?UTF-8?q?story=20and=20changelog=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chore.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chore.yml b/.github/workflows/chore.yml index 591338e9..93bcfb9f 100644 --- a/.github/workflows/chore.yml +++ b/.github/workflows/chore.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Check absence of fixup commits run: | ! git log --pretty=format:%s | grep 'fixup!'