mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08:00
fix: [code-1449]: fix code comment issue (#1055)
This commit is contained in:
parent
dd11c0eff5
commit
06f9124cc0
@ -209,7 +209,7 @@ export function usePullReqComments({
|
||||
line_end: comment.lineNumber,
|
||||
line_start_new: !comment.left,
|
||||
line_end_new: !comment.left,
|
||||
path: diff.filePath,
|
||||
path: diff.isRename && comment.left ? diff.oldName : diff.filePath,
|
||||
source_commit_sha: sourceRef,
|
||||
target_commit_sha: targetRef,
|
||||
text: value
|
||||
|
Loading…
Reference in New Issue
Block a user