diff --git a/warehouse/oidc/models/gitlab.py b/warehouse/oidc/models/gitlab.py index 4b0b1bc728ed..0a74becb374e 100644 --- a/warehouse/oidc/models/gitlab.py +++ b/warehouse/oidc/models/gitlab.py @@ -289,7 +289,7 @@ def verify_url(self, url: str): in repo URLs, since `gitlab.com/org/repo.git` always redirects to `gitlab.com/org/repo`. This does not apply to subpaths like `gitlab.com/org/repo.git/issues`, which do not redirect to the correct URL. - + GitLab uses case-insensitive owner/repo slugs - so we perform a case-insensitive comparison. """