klesh commented on issue #5486: URL: https://github.com/apache/incubator-devlake/issues/5486#issuecomment-1592484764
@Marco-De-Stefani I talked to @liangjingyang and he contributed some very valuable information: Accord to the [comment from the gitlab official repo](https://gitlab.com/gitlab-org/gitlab-foss/-/blob/master/app/models/merge_request.rb#L556), not only `merge_commit_sha` might be `null`, but also `squash_commit_sha` when using `fast-forward` without squash. So, we may need to do another fallback to the `diff_head_sha` to fully address the problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
