Implement a filter flow action that would take a list of labels to filter with. All actions related to these labels would be executed, and unrelated actions would be filter out.
Things to think about:
Need to handle tags and dependencies
Could be implemented as a generic flow transform function passed to the executor?
Implement a filter flow action that would take a list of labels to filter with. All actions related to these labels would be executed, and unrelated actions would be filter out.
Things to think about: