loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix panic when migrating a repo from GitHub with issues (#25246)

Fix #25245. Regression of #23946.

authored by

Jason Song and committed by
GitHub
6348823e 020ab3d4

+1 -1
+1 -1
services/migrations/github.go
··· 487 487 Updated: issue.GetUpdatedAt().Time, 488 488 Labels: labels, 489 489 Reactions: reactions, 490 - Closed: &issue.ClosedAt.Time, 490 + Closed: issue.ClosedAt.GetTime(), 491 491 IsLocked: issue.GetLocked(), 492 492 Assignees: assignees, 493 493 ForeignIndex: int64(*issue.Number),