-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Matched paths as output #139
Comments
Hi, Outputting matched files sounds doable; I would be willing to merge a PR that adds this feature. |
Thank you very much :) how about named filters? 👼 |
I would look into a PR, I guess that it's best to output almost everything |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, first of all, awesome action! 🔥
Is it possible to add a separate output that would output files that matched the filters (
path
option)?Additionally, maybe add smlr support as in https://github.com/dorny/paths-filter for naming the filters
Suggesting as my use case is:
Monorepo with different services and I want this action to run on any service files change, but the above mentioned output of matched filters would be passed as a matrix input (JSON Array) to the next job that would run unit tests for all changed services
Thanks
The text was updated successfully, but these errors were encountered: