mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-29 04:29:55 +00:00
parent
79cc369892
commit
497b83b75d
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ func (g *GiteaLocalUploader) newPullRequest(ctx context.Context, pr *base.PullRe
|
|||
issue := issues_model.Issue{
|
||||
RepoID: g.repo.ID,
|
||||
Repo: g.repo,
|
||||
Title: prTitle,
|
||||
Title: util.TruncateRunes(prTitle, 255),
|
||||
Index: pr.Number,
|
||||
Content: pr.Content,
|
||||
MilestoneID: milestoneID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue