mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 07:37:31 -04:00 
			
		
		
		
	| @@ -765,7 +765,7 @@ func (g *GiteaLocalUploader) newPullRequest(ctx context.Context, pr *base.PullRe | |||||||
| 	issue := issues_model.Issue{ | 	issue := issues_model.Issue{ | ||||||
| 		RepoID:      g.repo.ID, | 		RepoID:      g.repo.ID, | ||||||
| 		Repo:        g.repo, | 		Repo:        g.repo, | ||||||
| 		Title:       prTitle, | 		Title:       util.TruncateRunes(prTitle, 255), | ||||||
| 		Index:       pr.Number, | 		Index:       pr.Number, | ||||||
| 		Content:     pr.Content, | 		Content:     pr.Content, | ||||||
| 		MilestoneID: milestoneID, | 		MilestoneID: milestoneID, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user