-
Notifications
You must be signed in to change notification settings - Fork 261
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
Use recursive rules #12
Comments
I'm glad you find it useful :) Your proposal should be possible to implement without heavy effort using YAML anchors. Meanwhile you could consider moving this logic into workflows
|
Thanks!
Yes, this is how I using it right now. Also I have a lot of related components. The suggested feature will reduce a lot of copy-paste :) |
Thank you a lot! |
Given your example, following setup should work now:
|
Thank you a lot for this action!
Could you add the ability to use rules recursively?
For example:
Such rule would allow to avoid always check for
all
rule in every step. This is just a simple example. But such feature can help to avoid duplicated paths in dependent filters (very usefull for project with complex dependencies).The text was updated successfully, but these errors were encountered: