From 9405684b745fa80bf53e8f65b767073d731e0cd9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 27 May 2020 08:41:12 +0200 Subject: [PATCH] ci: Fetch our entire history in action `automatic-resolve` --- .github/workflows/automatic-resolve.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automatic-resolve.yml b/.github/workflows/automatic-resolve.yml index a79d35ea..b035150b 100644 --- a/.github/workflows/automatic-resolve.yml +++ b/.github/workflows/automatic-resolve.yml @@ -23,6 +23,7 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + fetch-depth: 0 - name: Setup dependencies run: sudo apt-get -y install gettext jq