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: env matching logic #2851

Merged
merged 1 commit into from Jan 31, 2024
Merged

fix: env matching logic #2851

merged 1 commit into from Jan 31, 2024

Conversation

hugorut
Copy link
Contributor

@hugorut hugorut commented Jan 31, 2024

Changes env matching logic to use a list and string matching based approach. This is done in favour of the old regxp based method so that we can better environment names that have other environment names as substrings. e.g. dev-legacy.

Changes env matching logic to use a list and string matching based approach.
This is done in favour of the old regxp based method so that we can better
environment names that have other environment names as substrings. e.g.
dev-legacy.
@hugorut hugorut self-assigned this Jan 31, 2024
@hugorut hugorut requested a review from aliscott January 31, 2024 07:28
@hugorut hugorut merged commit ce72d11 into master Jan 31, 2024
10 checks passed
@hugorut hugorut deleted the fix/env-matching branch January 31, 2024 09:11
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.

None yet

2 participants