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

Allow opt in logins to be case insensitive #52

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

Hkly
Copy link
Contributor

@Hkly Hkly commented Jun 13, 2024

Resolves #51

This PR updates the comparison between the logins in the optIns config and the PR author to be case insensitive. Also hopefully adds the right kind of test for this.

@Hkly Hkly marked this pull request as ready for review June 13, 2024 18:51
@Hkly Hkly requested a review from lerebear as a code owner June 13, 2024 18:51
Copy link
Owner

@lerebear lerebear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this fix @Hkly! It looks good to me, but you will need to run npm run all and commit the results as per these instructions in order to fix the build.

Update main.test.ts for case insensitivity
@Hkly
Copy link
Contributor Author

Hkly commented Jun 13, 2024

@lerebear ah thank you! I was scanning for contributing and totally missed development!! 😅 updated!

@lerebear
Copy link
Owner

@lerebear ah thank you! I was scanning for contributing and totally missed development!! 😅 updated!

Oh, I only just added that section in response to this PR actually 😄. I should probably come up with clearer contribution guidelines soon. In any case, thank you again!

@lerebear lerebear merged commit 2621b63 into lerebear:main Jun 14, 2024
2 checks passed
@Hkly Hkly deleted the patch-1 branch June 14, 2024 16:51
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.

Matching against opt-in list is case-sensitive
2 participants