Merge pull request #14019 from Borchies/recover-gitlabid-template

chore(gitlab-mr-action): remove deprecation of projectid for template…
This commit is contained in:
Johan Haals
2022-10-28 13:45:22 +02:00
committed by GitHub
4 changed files with 157 additions and 43 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
- The GitLab Project ID for the `publish:gitlab:merge-request` action is now passed through the query parameter `project` in the `repoUrl`. It still allows people to not use the `projectid` and use the `repoUrl` with the `owner` and `repo` query parameters instead. This makes it easier to publish to repositories instead of writing the full path to the project.