From ae1cca13c13468dd392a527c77bf971ed4241d05 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:53:57 -0700 Subject: [PATCH] stubsabot: try and fix change detection logic (#8851) --- .github/workflows/stubsabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stubsabot.yml b/.github/workflows/stubsabot.yml index f4a1909ab..32ce743e6 100644 --- a/.github/workflows/stubsabot.yml +++ b/.github/workflows/stubsabot.yml @@ -20,6 +20,7 @@ jobs: with: # use an ssh key so that checks automatically run on stubsabot PRs ssh-key: ${{ secrets.STUBSABOT_SSH_PRIVATE_KEY }} + fetch-depth: 0 - uses: actions/setup-python@v4 with: python-version: "3.10"