If I leave comments in merge request commits, the comments purely remain in the fork only.
Created by: crocket
Thus, the forked project doesn't get comments in commits before and after the merge request is merged.
If I just delete the fork, the comments are lost with it.
There are two ways to solve this issue.
- Github way : Just copy the commits from the fork to the forked whenever a commit is added to the merge request, and just hide those commits in the commit tab of the forked project until the merge request is merged. As a result, comments are added to the forked repo. This way, comments and commits get to live even after the merge request is rejected and the fork is removed.
- Copy or transfer the comments to the forked project when the merge request is merged.