Merge pull request #33028 from dfl-aeb/feat/gitlab-publish-settings-name-owner-username

feat(scaffolder-backend-module-gitlab): add settings.name and ownerUsername to publish:gitlab
This commit is contained in:
Patrik Oldsberg
2026-03-17 21:47:32 +01:00
committed by GitHub
5 changed files with 229 additions and 0 deletions
@@ -0,0 +1,8 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Added two optional inputs to the `publish:gitlab` action:
- `settings.name`: set a custom human-readable project title that differs from the repository slug.
- `ownerUsername`: add a specific GitLab user as project owner (access level 50) of the newly created repository. Requires a privileged token in the integration configuration.