mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
Move PushToBaseRepo from models to services/pull (#9352)
This commit is contained in:
committed by
Antoine GIRARD
parent
6715677b2b
commit
ce2d488c94
@@ -307,9 +307,6 @@ func CreatePullRequest(ctx *context.APIContext, form api.CreatePullRequestOption
|
||||
}
|
||||
ctx.Error(500, "NewPullRequest", err)
|
||||
return
|
||||
} else if err := pr.PushToBaseRepo(); err != nil {
|
||||
ctx.Error(500, "PushToBaseRepo", err)
|
||||
return
|
||||
}
|
||||
|
||||
notification.NotifyNewPullRequest(pr)
|
||||
|
||||
Reference in New Issue
Block a user