forked from forgejo/forgejo
Only sync tags after all batches (#9319)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
c3d31e5534
commit
3bf5a07537
3 changed files with 15 additions and 7 deletions
|
@ -11,7 +11,7 @@ type Uploader interface {
|
|||
CreateRepo(repo *Repository, opts MigrateOptions) error
|
||||
CreateTopics(topic ...string) error
|
||||
CreateMilestones(milestones ...*Milestone) error
|
||||
CreateReleases(releases ...*Release) error
|
||||
CreateReleases(syncTags bool, releases ...*Release) error
|
||||
CreateLabels(labels ...*Label) error
|
||||
CreateIssues(issues ...*Issue) error
|
||||
CreateComments(comments ...*Comment) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue