Remove changes to scaffolder-backend api-report generated by running yarn build:api-reports

Signed-off-by: Erik Sjoholm <erik.sjoholm@autodesk.com>
This commit is contained in:
Erik Sjoholm
2024-05-14 10:33:50 -07:00
parent 86dc29dcbe
commit 881e49d94c
+1 -4
View File
@@ -302,10 +302,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
}) => TemplateAction_2<
{
repoUrl: string;
title: string
/**
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-github instead
*/;
title: string;
description: string;
branchName: string;
targetBranchName?: string | undefined;