private suspend fun addArtefactsToIssueComment(issueComment: IssueComment, referencedArtefacts: List<Artefact>)

Adds referencedArtefacts to the referencedArtefacts of issueComment Does not mark the issueComment as updated

Parameters

issueComment

the IssueComment where to add the referencedArtefacts

referencedArtefacts

the Artefacts to add