rapidsai / devcontainers

18 stars 28 forks source link

Fix GitLab owner detection for nested org hierarchy #419

Closed cwharris closed 2 days ago

cwharris commented 2 weeks 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.