GitHub Importer - Import commit comments
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=16470) - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=16470) </details> <!--IssueSummary end--> ## Description On GitHub, much like on GitLab, a user can comment on a commit message in the repo. It appears that these commit comments do not get transferred when importing a GitHub repo into GitLab. It would be great if these comments could be included. ## Proposal As there are not likely to be many comments on arbitrary commits as most discussion likely occurs in PRs, it is probably easiest to just get a list of all comments on commits from GitHub's API and then apply them one by one to the GitLab repo. ## Links * GitHub API ref: https://developer.github.com/v3/repos/comments/#list-commit-comments-for-a-repository
issue