Merge pull request #29487 from Parsifal-M/patch/gitlab-repo-push

Gitlab Scaffolder Action - Add a little more context to the commitAction
This commit is contained in:
Ben Lambert
2025-04-15 11:03:54 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Adds more context to the `gitlab:repo:push` `commitAction` property for the installed actions section in the scaffolder
@@ -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',
},
},
},