From 3fc408495f32e8c85fd4c7b2d1c394a2300901d8 Mon Sep 17 00:00:00 2001 From: Leonid Pospelov Date: Thu, 7 Nov 2024 15:55:15 +0500 Subject: [PATCH] internal: add missing checkout step to gather_prs_test.yml (#2210) --- .github/workflows/gather_prs_test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gather_prs_test.yml b/.github/workflows/gather_prs_test.yml index ff4938af1e..019846a667 100644 --- a/.github/workflows/gather_prs_test.yml +++ b/.github/workflows/gather_prs_test.yml @@ -17,6 +17,10 @@ jobs: env: DEPLOY_BRANCH: ${{ github.event.inputs.branch }} steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 1 + submodules: 'true' - name: Gather PRs uses: Pospelove/auto-merge-action@main with: