From 2c01023626c0b6e1fa309ba33be857822a209109 Mon Sep 17 00:00:00 2001 From: Hghtwr Date: Sun, 2 Feb 2025 16:27:59 +0100 Subject: [PATCH] update api report Signed-off-by: Hghtwr --- plugins/scaffolder-backend/report.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/report.api.md b/plugins/scaffolder-backend/report.api.md index c40b063432..f21bcd76f7 100644 --- a/plugins/scaffolder-backend/report.api.md +++ b/plugins/scaffolder-backend/report.api.md @@ -355,7 +355,7 @@ export const createPublishGitlabMergeRequestAction: (options: { sourcePath?: string | undefined; targetPath?: string | undefined; token?: string | undefined; - commitAction?: 'auto' | 'update' | 'skip' | 'delete' | 'create' | undefined; + commitAction?: 'auto' | 'update' | 'delete' | 'create' | 'skip' | undefined; projectid?: string | undefined; removeSourceBranch?: boolean | undefined; assignee?: string | undefined;