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.
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<UpsertMergeRequestNoteResult>