Skip to content

GitLab topics are case insensitive #127

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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