[BUG] message
does not attach to a file and line provided, and instead all comments are in the "main comment" section
#1419
Labels
Describe the bug
Seems like using the
message
API with afile
andline
doesn't always add the message as a comment on the file.I would expect that for instance passing a
foo.ts
with line6
, would add the comment as follows:Instead, the message is created under the "main comment" only - with the following format:
{FILE_PATH}:L{LINE_NUMBER} - message
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If provided, message should be inline to the file and line as a comment.
Screenshots
See above
Your Environment
GitLab Self-Hosted
D
The text was updated successfully, but these errors were encountered: