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

meta(ci): Actually fix package label mapping finally #8636

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

mydea
Copy link
Member

@mydea mydea commented Jul 25, 2023

Argh, my previous fix is still not working. I digged some more into it, and the problem seems to be that the input is JSON.parse()'d, which wrangles the escape slashes, and then the lookup doesn't match together properly anymore etc.

So instead, we just use . as a wildcard instead of /, which still matches the regexes correctly and should be handled more gracefully by JSON.parse(). Let's hope that ACTUALLY fixes this now!

@mydea mydea requested review from lforst and Lms24 July 25, 2023 12:36
@mydea mydea self-assigned this Jul 25, 2023
@mydea mydea enabled auto-merge (squash) July 25, 2023 12:40
@mydea mydea merged commit 53d32a3 into develop Jul 25, 2023
@mydea mydea deleted the fn/issue-label-fix branch July 25, 2023 12:58
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