From 9948bcb485ce05425978ac0d645f158c80377a8f Mon Sep 17 00:00:00 2001 From: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com> Date: Fri, 8 Aug 2025 16:00:44 +0200 Subject: [PATCH] Revert "[chore] checkout depth depending if the PR is a chore (#41849)" This reverts commit 86fafeed5610519ae45b280d39025fb4fc22ddeb. --- .github/workflows/changelog.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index fb6cc9e481f58..dad926a8db1a6 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -32,8 +32,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: - # Fetch complete history depth only if the PR is not a chore. - fetch-depth: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]') && 0 || 1 }} + fetch-depth: 0 - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 with: go-version: oldstable