fix: limit commenting only to GitLab MRs
When working with GitHub Pull Request extension, I've noticed that some of the GitLab Workflow UI elements are leaking into the GitHub comment UI. The reason for this was that we didn't limit where we show the GitLab buttons.
The proper way to do it is to give the CommentController
a unique prefix and then only show the comment UI when the comment controller ID matches.
Commenting in GitHub Pull Request extension
before | after |
---|---|
Edited by Tomas Vik