Remove gitlab action changes from PR

Signed-off-by: Aisha Saini <asaini1@jaguarlandrover.com>
Signed-off-by: asaini1 <asaini1@jaguarlandrover.com>
This commit is contained in:
Aisha Saini
2022-06-15 15:57:41 +01:00
committed by asaini1
parent b4149fc0a3
commit c8e8a164b7
3 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder-backend': minor
---
Update GitLab Merge Request Action to allow source branch to be deleted & configure additional gitlab actions: update and delete
Update GitLab Merge Request Action to allow source branch to be deleted
-1
View File
@@ -346,7 +346,6 @@ export const createPublishGitlabMergeRequestAction: (options: {
token?: string | undefined;
projectid?: string | undefined;
removeSourceBranch?: boolean | undefined;
gitlabAction?: 'update' | 'create' | 'delete' | undefined;
}>;
// @public
@@ -43,7 +43,6 @@ export const createPublishGitlabMergeRequestAction = (options: {
/** @deprecated Use projectPath instead */
projectid?: string;
removeSourceBranch?: boolean;
gitlabAction?: 'create' | 'update' | 'delete';
}>({
id: 'publish:gitlab:merge-request',
schema: {
@@ -93,12 +92,6 @@ export const createPublishGitlabMergeRequestAction = (options: {
description:
'Option to delete source branch once the MR has been merged. Default: false',
},
gitlabAction: {
title: 'GitLab Action',
type: 'string',
description:
'Option to configure gitlab action. Options are: create (by default), update and delete',
},
},
},
output: {