Open
Description
The {{ownerName}} and {{repoName}} doesn't seem to be correctly populated given a gitlab url such as:
https://gitlab.server/Group/SubGroup/Project.git
In this case ownerName is set to SubGroup and Group is ignored
More on subgroups in Gitlab: https://docs.gitlab.com/ee/user/group/subgroups/
For our use case it would be sufficient if Subgroups are treated as part of the Project name ownerName is set to the parent Group as would be expected
But I suppose this introduces more edge cases where gitlab is not hosted at the root of the domain?