Skip to content

upsertMergeRequestNote

function upsertMergeRequestNote(params): Promise<UpsertMergeRequestNoteResult>;

Defined in: src/ci/gitlab.ts:149

Creates a merge request note, or updates one from a previous run — found by an HTML-comment marker prefixing its body — so re-runs update the same comment instead of piling up new ones.

UpsertMergeRequestNoteParams

Promise<UpsertMergeRequestNoteResult>