We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732f22a commit e6723efCopy full SHA for e6723ef
modules/migrations/gitea.go
@@ -28,6 +28,7 @@ import (
28
"code.gitea.io/gitea/modules/setting"
29
"code.gitea.io/gitea/modules/structs"
30
"code.gitea.io/gitea/modules/timeutil"
31
+ "code.gitea.io/gitea/services/pull"
32
33
gouuid "github.com/google/uuid"
34
)
@@ -528,6 +529,7 @@ func (g *GiteaLocalUploader) CreatePullRequests(prs ...*base.PullRequest) error
528
529
}
530
for _, pr := range gprs {
531
g.issues.Store(pr.Issue.Index, pr.Issue.ID)
532
+ pull.AddToTaskQueue(pr)
533
534
return nil
535
0 commit comments