antoniomuso commented on issue #6455: URL: https://github.com/apache/incubator-devlake/issues/6455#issuecomment-1812642340
If you see in the GitLab [API](https://docs.gitlab.com/ee/api/deployments.html), you can see that `deployable.commit.message` includes the commit title and the commit body. Then there is no limit in git for the commit body. ```json { "created_at": "2016-08-11T11:32:35.444Z", "updated_at": "2016-08-11T11:34:01.123Z", "status": "created", "deployable": { "commit": { "author_email": "[email protected]", "author_name": "Administrator", "created_at": "2016-08-11T13:28:26.000+02:00", "id": "a91957a858320c0e17f3a0eca7cfacbff50ea29a", > "message": "Merge branch 'rename-readme' into 'main'\r\n\r\nRename README\r\n\r\n\r\n\r\nSee merge request !2", "short_id": "a91957a8", "title": "Merge branch 'rename-readme' into 'main'\r" }, ... } ``` -- 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]
