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

Fix an issue where upper-case letters in desired maintainers always cause a diff to be generated. #27

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

chrisgavin
Copy link
Contributor

@chrisgavin chrisgavin commented Dec 1, 2023

When getting the current team maintainers, the logins are correctly normalized to lower-case, however the desired team maintainers are not. This results in spurious diff entries appearing if someone uses upper-case characters in this field.

I think we can avoid these by downcasing these fields before this comparison.

@chrisgavin chrisgavin marked this pull request as ready for review December 1, 2023 10:47
@chrisgavin chrisgavin merged commit 62f8827 into github:main Dec 5, 2023
7 checks passed
@chrisgavin chrisgavin deleted the case-sensitivity branch December 5, 2023 09:17
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 this pull request may close these issues.

2 participants