Skip to content

GitLab topics are case insensitive #127

Closed
@brendan-kellam

Description

@brendan-kellam

GitLab will display topics with capitals:

image

But will return them as normalized lowercase:
image

Since our current comparison util is case sensitive, this will fail:

{
    "$schema": "./schemas/v2/index.json",
    "repos": [
        {
            "type": "gitlab",
            "groups": [
                "sourcebot"
            ],
            "exclude": {
                "topics": [
                    "TypeScript" 
                ]
            }
        }
    ]
}

We should also be normalizing things to lowercase first (for GitLab).

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions