-
Notifications
You must be signed in to change notification settings - Fork 166
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
[feature] self-hosted-runner pattern/regex #359
Comments
This would be great, I'd love to have some glob support here as we run into the same issue ourselves! |
For some reason this issue did not come up in the search and i created a similar ticket. Linking it here |
This is great, thanks @kishaningithub! |
For ideas/context, here's someone else doing the equivalent of this (in a related kind of solution): |
Closing as #378. Now glob pattern is supported. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using self-hosted runners, but the labels are not statically knowable, as they can include dynamic parameters, e.g.
While it looks like I could either turn off the
runner-label
rule, and/or define my own rule withOnRulesCreated
and use actionlint programmatically, it would be awesome if actionlint itself had some more flexibility around how to lint these labels. Not necessarily fully exhaustive, just being able to do a regex or glob style pattern would be great.The text was updated successfully, but these errors were encountered: