mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Display forked repository's branch
This commit is contained in:
@@ -37,6 +37,7 @@ func FindIssueDevLinksByIssue(ctx context.Context, issue *issues_model.Issue) (i
|
||||
branchPRExists := make(container.Set[string])
|
||||
|
||||
for _, link := range devLinks {
|
||||
link.Repo = issue.Repo
|
||||
if link.LinkedRepoID == 0 {
|
||||
link.LinkedRepoID = issue.RepoID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user