From b82b6c4385e5154427507e22a9f6321df003a229 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Fri, 14 Jun 2024 12:22:34 -0500 Subject: [PATCH] =?UTF-8?q?feat(dir):=20=E2=9C=A8=E2=9A=A1=EF=B8=8F=20don'?= =?UTF-8?q?t=20fetch=20all=20git=20history?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/directory-migrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/directory-migrate.yml b/.github/workflows/directory-migrate.yml index 9998cc6e7..f8aa7979b 100644 --- a/.github/workflows/directory-migrate.yml +++ b/.github/workflows/directory-migrate.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - fetch-depth: 0 + fetch-depth: 50 # guess max depth for data migration branch to avoid fetching all while still allowing sync w/upstream - name: Lint run: ./lint.sh