fix: allow wildcard regex expansion#48
Merged
mithro merged 2 commits intomithro:mainfrom Dec 12, 2025
Merged
Conversation
Owner
|
I asked |
Contributor
Author
Probably? The exception that I was getting seems related to your test cases fwiw gemini 3 pro gave me the regex fix 😆 |
Owner
|
Blind leading the blind :-P |
mithro
added a commit
that referenced
this pull request
Dec 12, 2025
GitHub removed ubuntu-20.04 runners in April 2024, causing workflows to be stuck in "queued" state indefinitely. This updates all test workflow templates and regenerates the corresponding workflow files to use ubuntu-latest instead. Fixes jobs stuck pending on PR #48 and similar issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 tasks
Add doctests to verify the wildcard regex expansion fix works correctly:
- from_literal("needs.*.result") -> Lookup('needs', '*', 'result')
- tokenizer("contains(needs.*.result, 'failure')") parses correctly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
|
Well, after a few small tweaks, the GitHub Actions say yes. |
Owner
|
I'm going to merge this change. |
Owner
|
@trent-abc - However, I would suggest you update whatever is using |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes an issue with wildcard conditionals. Allows the following in an action for example: