Merge pull request #32523 from Jellyfrog/fix/gitlab-ensure-group-search

fix(scaffolder-gitlab): Use Groups.show instead of search to check path existence
This commit is contained in:
Fredrik Adelöw
2026-02-10 11:04:33 +01:00
committed by GitHub
4 changed files with 82 additions and 115 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Changed `gitlab:group:ensureExists` action to use `Groups.show` API instead of `Groups.search` for checking if a group path exists. This is more efficient as it directly retrieves the group by path rather than searching and filtering results.