mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-26 19:49:33 +00:00
@@ -503,11 +503,7 @@ func mergeRequest(parsed *client.HookPayload, req *http.Request) (*model.Repo, *
|
|||||||
build.Commit = lastCommit.Id
|
build.Commit = lastCommit.Id
|
||||||
//build.Remote = parsed.ObjectAttributes.Source.HttpUrl
|
//build.Remote = parsed.ObjectAttributes.Source.HttpUrl
|
||||||
|
|
||||||
if obj.SourceProjectId == obj.TargetProjectId {
|
build.Ref = fmt.Sprintf("refs/merge-requests/%d/head", obj.IId)
|
||||||
build.Ref = fmt.Sprintf("refs/heads/%s", obj.SourceBranch)
|
|
||||||
} else {
|
|
||||||
build.Ref = fmt.Sprintf("refs/merge-requests/%d/head", obj.IId)
|
|
||||||
}
|
|
||||||
|
|
||||||
build.Branch = obj.SourceBranch
|
build.Branch = obj.SourceBranch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user