You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
As reported in #41641, and solved in #43681 first for bitbucket server, when batches.enforceForks is enabled by the user, the creation of forks on gitlab fails due to us currently not handling the case of repos that are not forks yet have the same name.
We should match the behavior implemented for bitbucket server in #43681 which creates forks in the following convention: usernamespace/parentnamespace-reponame
As reported in #41641, and solved in #43681 first for bitbucket server, when
batches.enforceForksis enabled by the user, the creation of forks on gitlab fails due to us currently not handling the case of repos that are not forks yet have the same name.We should match the behavior implemented for bitbucket server in #43681 which creates forks in the following convention:
usernamespace/parentnamespace-reponame