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 Migrate Description (#17692)

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>

authored by

99rgosse
6543
techknowlogick
wxiaoguang
and committed by
GitHub
e1d65599 c3e020ca

+1
+1
services/migrations/gitea_uploader.go
··· 109 109 return err 110 110 } 111 111 r.DefaultBranch = repo.DefaultBranch 112 + r.Description = repo.Description 112 113 113 114 r, err = repo_module.MigrateRepositoryGitData(g.ctx, owner, r, base.MigrateOptions{ 114 115 RepoName: g.repoName,