Closed cwharris closed 2 days ago
GitLab repositories with nested organization structures (such as gitlab.com/org/sub-org/repo) would incorrectly return sub-org as the owner, when org/sub-org is desired. Using fullPath instead of path fixes this.
gitlab.com/org/sub-org/repo
sub-org
org/sub-org
fullPath
path
GitLab repositories with nested organization structures (such as
gitlab.com/org/sub-org/repo
) would incorrectly returnsub-org
as the owner, whenorg/sub-org
is desired. UsingfullPath
instead ofpath
fixes this.