Skip to content

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

Merged
mydea merged 1 commit into
developfrom
fn/issue-label-fix
Jul 25, 2023
Merged

meta(ci): Actually fix package label mapping finally#8636
mydea merged 1 commit into
developfrom
fn/issue-label-fix

Conversation

@mydea

@mydea mydea commented Jul 25, 2023

Copy link
Copy Markdown
Member

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 Lms24 and lforst 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.

2 participants