mirror of
https://github.com/harness/drone.git
synced 2025-05-19 02:20:03 +08:00
Merge branch 'eb/fix-pr-update-mergeable-status' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#277)
This commit is contained in:
commit
9ca780068e
@ -348,6 +348,7 @@ func (s *PullReqStore) UpdateMergeCheckStatus(
|
||||
SET
|
||||
pullreq_updated = $1
|
||||
,pullreq_merge_check_status = $2
|
||||
,pullreq_version = pullreq_version + 1
|
||||
WHERE pullreq_target_repo_id = $3 AND
|
||||
pullreq_target_branch = $4 AND
|
||||
pullreq_state not in ($5, $6)`
|
||||
|
Loading…
Reference in New Issue
Block a user