You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: