From b026b9edf521976df4b64360698b77a7b0bec7c5 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 20 Mar 2024 10:34:14 +0100 Subject: [PATCH] ci(metadata): remove `fetch-depth: 0` it's not needed anymore --- .github/workflows/gather-pr-metadata.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gather-pr-metadata.yml b/.github/workflows/gather-pr-metadata.yml index 68c88fb94bc..c3f3d8e6b36 100644 --- a/.github/workflows/gather-pr-metadata.yml +++ b/.github/workflows/gather-pr-metadata.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Repository checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - with: - fetch-depth: 0 - name: Store PR number in file run: | -- 2.47.3