Open
Description
Describe the bug
Seems like using the message
API with a file
and line
doesn't always add the message as a comment on the file.
I would expect that for instance passing a foo.ts
with line 6
, 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:
- Create a danger rule with message on a file and line
- Create an MR on GitLab Self-Hosted
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
software | version |
---|---|
danger.js | 11.3.1 |
node | 16.20.1 |
Activity