When you have a repo which is in a group which is also in a group. I use the command:
gitlab-cli label copy -U https://<URL>/<group1>/<group2>/<project> -t <token>
it returns
error: invalid target repository: failed to get Gitlab project 'https://...': repository with path <group1>/<group2>/<project> was not found
When you have a repo which is in a group which is also in a group. I use the command:
gitlab-cli label copy -U https://<URL>/<group1>/<group2>/<project> -t <token>
it returnserror: invalid target repository: failed to get Gitlab project 'https://...': repository with path <group1>/<group2>/<project> was not found
PS: thanks for your work.