keon94 commented on code in PR #5501:
URL: 
https://github.com/apache/incubator-devlake/pull/5501#discussion_r1241257341


##########
backend/plugins/gitlab/models/mr.go:
##########
@@ -39,6 +39,8 @@ type GitlabMergeRequest struct {
        SourceBranch     string `gorm:"type:varchar(255)"`
        TargetBranch     string `gorm:"type:varchar(255)"`
        MergeCommitSha   string `gorm:"type:varchar(255)"`
+       SquashCommitSha  string `gorm:"type:varchar(255)"`

Review Comment:
   Ah, https://github.com/apache/incubator-devlake/pull/5566 is doing it. Nvm 
then.



-- 
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]

Reply via email to