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

Handle GitHub usernames case-insensitively #37

Open
2 tasks
necojackarc opened this issue Feb 23, 2021 · 0 comments
Open
2 tasks

Handle GitHub usernames case-insensitively #37

necojackarc opened this issue Feb 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@necojackarc
Copy link
Owner

As we found out in #31, you need to be careful about case sensitivity when you configure this GitHub Action.

Since GitHub usually handles usernames case-insensitively, it's more convenient to handle usernames in this action case-insensitively. What we need to do is probably:

  • Lowercase usernames and group names in the config file
  • Lowercase the author name

Once we do these things before any comparisons, we can handle them in a case-insensitive way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant