Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should target labels be case insensitive #2

Open
bcarter97 opened this issue Oct 5, 2024 · 0 comments · May be fixed by #3
Open

Should target labels be case insensitive #2

bcarter97 opened this issue Oct 5, 2024 · 0 comments · May be fixed by #3

Comments

@bcarter97
Copy link
Contributor

Currently if the target has a matching label to the source with different casing, it will attempt to create the same label from the source resulting in an error:

Creating: [ test ]
Updating: [ help wanted, question, duplicate, documentation, enhancement, wontfix, good first issue, invalid, bug ]
Deleting: [ Test ]

Something went wrong: Failed to create 'test' in '...': Unprocessable Entity

I think this should probably count as an update, and change the casing on the target label.

@bcarter97 bcarter97 linked a pull request Oct 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant