chore: fix api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-07-23 10:21:26 +02:00
parent 9999ce0937
commit 6bec6090a8
+1 -4
View File
@@ -312,10 +312,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
sourcePath?: string | undefined;
targetPath?: string | undefined;
token?: string | undefined;
commitAction?: 'auto' | 'update' | 'delete' | 'create' | undefined
/**
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-github instead
*/;
commitAction?: 'auto' | 'update' | 'delete' | 'create' | undefined;
projectid?: string | undefined;
removeSourceBranch?: boolean | undefined;
assignee?: string | undefined;