Skip to content

Commit 79803de

Browse files
committed
Fix refusing to merge unrelated histories
1 parent e8449bd commit 79803de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config --local user.name "AWS SDK Rust Bot"
3333
git config --local user.email "[email protected]"
3434
35-
git fetch
35+
git fetch --unshallow
3636
git checkout origin/main
3737
backport_branch="merge-${{ env.release_branch }}-to-main-$(date +%s)"
3838
git checkout -b "${backport_branch}"

0 commit comments

Comments
 (0)