Skip to content

Commit

Permalink
move comment to a different place
Browse files Browse the repository at this point in the history
  • Loading branch information
julz0815 committed Feb 12, 2024
1 parent 5a900b9 commit 69609d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function addVeracodeIssue(options, issue) {
data: {
"title": issue.title,
"labels": [label.severityToLabel(issue.severity), issue.label],
"body": issue.body
"body": issue.body+`/nDon't know how to fix this? Don't know why this was reported?<br><a href="${mailToLink}">Get Assistance from Veracode</a>`
}
})
.then( async result => {
Expand Down

0 comments on commit 69609d3

Please sign in to comment.