From e8e5f7a8bcfa4290c31b6066530075011ec731cc Mon Sep 17 00:00:00 2001 From: George Adams Date: Thu, 28 Mar 2024 09:54:14 +0000 Subject: [PATCH] fix contributor check CI (#2746) --- .github/workflows/check-contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-contributors.yml b/.github/workflows/check-contributors.yml index 5a6e737ab..e944fe0a7 100644 --- a/.github/workflows/check-contributors.yml +++ b/.github/workflows/check-contributors.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false + fetch-depth: 0 - name: Get changed files if: github.event_name == 'push'