fix: add api-report...

Signed-off-by: Yghore <yhgore@gmail.com>
This commit is contained in:
Yghore
2024-07-15 12:47:17 +00:00
committed by blam
parent 422f883e4e
commit 9999ce0937
+4 -1
View File
@@ -312,7 +312,10 @@ export const createPublishGitlabMergeRequestAction: (options: {
sourcePath?: string | undefined;
targetPath?: string | undefined;
token?: string | undefined;
commitAction?: 'auto' | 'update' | 'delete' | 'create' | undefined;
commitAction?: 'auto' | 'update' | 'delete' | 'create' | undefined
/**
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-github instead
*/;
projectid?: string | undefined;
removeSourceBranch?: boolean | undefined;
assignee?: string | undefined;