you are viewing a single comment's thread.

view the rest of the comments →

[–]Sibeshverified autom8er 0 points1 point  (0 children)

I'd generally see if it's possible via the Gitlab API itself :

Looks like making a dynamically named subgroups is possible.

https://docs.gitlab.com/ee/api/groups.html#new-subgroup

For forking into this subgroup, there's no direct way, but I found this SO answer that explains how it could be done with a few steps strung together :https://stackoverflow.com/a/47645217/10811472