From 64f72d6cf24013d61a88dce928309d6ec4640043 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 22 Sep 2022 17:01:12 -0400 Subject: [PATCH] try fetch-depth: 2 --- .github/workflows/block-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/block-merge.yml b/.github/workflows/block-merge.yml index fd3eccc88..05d15b791 100644 --- a/.github/workflows/block-merge.yml +++ b/.github/workflows/block-merge.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 2 - name: Get changed files in the .changeset folder id: changed-files-specific