Skip to content

Commit 89c963b

Browse files
authored
Revert "[chore] checkout depth depending if the PR is a chore" (#41868)
Reverts #41849
1 parent c7c49a0 commit 89c963b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434
with:
35-
# Fetch complete history depth only if the PR is not a chore.
36-
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 }}
35+
fetch-depth: 0
3736
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3837
with:
3938
go-version: oldstable

0 commit comments

Comments
 (0)