From 19e23da8d64dea887def5f8270f2429004472cef Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Sat, 5 Apr 2025 19:48:47 +0200 Subject: [PATCH] adds some more context to the commitaction for gitlab:repo:push in terms of the options available Signed-off-by: Peter Macdonald --- .changeset/plenty-coats-rhyme.md | 5 +++++ .../src/actions/gitlabRepoPush.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/plenty-coats-rhyme.md diff --git a/.changeset/plenty-coats-rhyme.md b/.changeset/plenty-coats-rhyme.md new file mode 100644 index 0000000000..f67924e270 --- /dev/null +++ b/.changeset/plenty-coats-rhyme.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend-module-gitlab': patch +--- + +Adds more context to the gitlab repo push commitAction for the installed actions section in the scaffolder diff --git a/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabRepoPush.ts b/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabRepoPush.ts index f347aaadd0..666e236cda 100644 --- a/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabRepoPush.ts +++ b/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabRepoPush.ts @@ -89,7 +89,7 @@ export const createGitlabRepoPushAction = (options: { type: 'string', enum: ['create', 'update', 'delete'], description: - 'The action to be used for git commit. Defaults to create.', + 'The action to be used for git commit. Defaults to create, but can be set to update or delete', }, }, },