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:
@@ -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
|
||||
|
||||
@@ -346,7 +346,6 @@ export const createPublishGitlabMergeRequestAction: (options: {
|
||||
token?: string | undefined;
|
||||
projectid?: string | undefined;
|
||||
removeSourceBranch?: boolean | undefined;
|
||||
gitlabAction?: 'update' | 'create' | 'delete' | undefined;
|
||||
}>;
|
||||
|
||||
// @public
|
||||
|
||||
-7
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user