Skip to content
Unverified Commit 9d2b0dd1 authored by ysaito1001's avatar ysaito1001 Committed by GitHub
Browse files

Fix "refusing to merge unrelated histories" (#3626)

## Motivation and Context
Fixes the last [failed backport workflow
run](https://github.com/smithy-lang/smithy-rs/actions/runs/8971718857/job/24638066793)

## Description
The error `refusing to merge unrelated histories` was caused by the same
reason described in prior PRs (#3479, #3480). We need to tell git
unshallow histories so that it knows they are actually related.

## Testing
Ran the failed workflow from this branch and successfully generated a
backport PR3625.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 4a46ebbd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment