Adding changes for PR review comments to add description for projectname

Signed-off-by: Balasundaram <balabtech@hotmail.com>
This commit is contained in:
Balasundaram
2021-12-09 12:57:18 -05:00
parent 8ee5b6f3dd
commit 90f8f33355
@@ -53,7 +53,7 @@ export const createPublishGitlabMergeRequestAction = (options: {
projectid: {
type: 'string',
title: 'projectid',
description: 'Project ID of the Gitlab Project',
description: 'Project ID/Name(slug) of the Gitlab Project',
},
title: {
type: 'string',
@@ -81,7 +81,7 @@ export const createPublishGitlabMergeRequestAction = (options: {
type: 'object',
properties: {
projectid: {
title: 'Gitlab Project id',
title: 'Gitlab Project id/Name(slug)',
type: 'string',
},
mergeRequestURL: {