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 9990430 commit c9e4d7aCopy full SHA for c9e4d7a
services/pull/check.go
@@ -47,7 +47,7 @@ func checkAndUpdateStatus(pr *models.PullRequest) {
47
48
// Make sure there is no waiting test to process before leaving the checking status.
49
if !pullRequestQueue.Exist(pr.ID) {
50
- if err := pr.UpdateCols("status, conflicted_files"); err != nil {
+ if err := pr.UpdateCols("merge_base", "status", "conflicted_files"); err != nil {
51
log.Error("Update[%d]: %v", pr.ID, err)
52
}
53
0 commit comments