mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	Fix panic when migrating a repo from GitHub with issues (#25246)
Fix #25245. Regression of #23946.
This commit is contained in:
		@@ -487,7 +487,7 @@ func (g *GithubDownloaderV3) GetIssues(page, perPage int) ([]*base.Issue, bool,
 | 
			
		||||
			Updated:      issue.GetUpdatedAt().Time,
 | 
			
		||||
			Labels:       labels,
 | 
			
		||||
			Reactions:    reactions,
 | 
			
		||||
			Closed:       &issue.ClosedAt.Time,
 | 
			
		||||
			Closed:       issue.ClosedAt.GetTime(),
 | 
			
		||||
			IsLocked:     issue.GetLocked(),
 | 
			
		||||
			Assignees:    assignees,
 | 
			
		||||
			ForeignIndex: int64(*issue.Number),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user