From b4e632777bc42d6fee69e69a2c3b8b7908815f17 Mon Sep 17 00:00:00 2001 From: Carly Gundy Date: Mon, 9 Dec 2024 19:09:25 +0100 Subject: [PATCH] chore(IDX): add fetch-depth --- .github/workflows/repo_policies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/repo_policies.yml b/.github/workflows/repo_policies.yml index 6a9f0d6..03eef62 100644 --- a/.github/workflows/repo_policies.yml +++ b/.github/workflows/repo_policies.yml @@ -23,6 +23,7 @@ jobs: with: path: current-repo # need to specify another path to avoid overwriting the first checkout ref: ${{ github.head_ref }} + fetch-depth: 256 - name: Python Setup uses: ./public-workflows/.github/workflows/python-setup