From bb980bfb335aea2b6b470a4a89d5844782140d94 Mon Sep 17 00:00:00 2001 From: dotta Date: Mon, 6 Apr 2026 22:01:49 -0500 Subject: [PATCH] fix(ci): fetch base sha in pr jobs --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c565ddef..48200a49 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,6 +19,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + with: + fetch-depth: 0 - name: Block manual lockfile edits if: github.head_ref != 'chore/refresh-lockfile' @@ -96,6 +98,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup pnpm uses: pnpm/action-setup@v4