Skip to content

Commit 9012968

Browse files
committed
cherry-pick: fetch full history so release branches are visible
actions/checkout@v4 defaults to fetch-depth: 1, so `git branch -r | grep release` in hack/scripts/cherry-pick.sh returned nothing and the loop body never executed.
1 parent 3552642 commit 9012968

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cherry-pick.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Generate LGTM App token
1618
id: lgtm-app-token

0 commit comments

Comments
 (0)