Update mergebase in pr checker (#10586)

mj
zeripath 4 years ago committed by GitHub
parent 0b3a9c4f85
commit 4a2b76d9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ func checkAndUpdateStatus(pr *models.PullRequest) {
} }
if !has { if !has {
if err := pr.UpdateCols("status, conflicted_files"); err != nil { if err := pr.UpdateCols("merge_base", "status", "conflicted_files"); err != nil {
log.Error("Update[%d]: %v", pr.ID, err) log.Error("Update[%d]: %v", pr.ID, err)
} }
} }

Loading…
Cancel
Save