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

Case insensitive status names #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marcusoftnet
Copy link
Contributor

This PR is a repeat of #52 that I messed up by deleting my repo.

For full transparency, here's my previous description:

One problem I had was that I got the statuses, for the workflow mapping section of the config file, in all upper case. This ruined the map.get(key) and map.has(key) calls in populateStages.

I have added a new version that compares keys, case-insensitively, as an extra check in populateStages, after the original case-sensetive map-methods. Have not seen problems in my tests

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.

1 participant