Skip to content

Commit c9e4d7a

Browse files
authored
Update mergebase in pr checker (#10586) (#10605)
1 parent 9990430 commit c9e4d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func checkAndUpdateStatus(pr *models.PullRequest) {
4747

4848
// Make sure there is no waiting test to process before leaving the checking status.
4949
if !pullRequestQueue.Exist(pr.ID) {
50-
if err := pr.UpdateCols("status, conflicted_files"); err != nil {
50+
if err := pr.UpdateCols("merge_base", "status", "conflicted_files"); err != nil {
5151
log.Error("Update[%d]: %v", pr.ID, err)
5252
}
5353
}

0 commit comments

Comments
 (0)