--affected and additional filters #9076
-
SummaryHi, So, how to then I should do that? Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Regarding using filters with |
Beta Was this translation helpful? Give feedback.
-
@anthonyshew Can you say a bit more about the rationale for this? I think I have a use case where combining |
Beta Was this translation helpful? Give feedback.
--affected
will use your dependency graph, so you don't need to manually include dependents. If you B depends on A and A has changes, B will also be considered affected.Regarding using filters with
--affected
, yes, this is a conscious limitation. You can work around it as you've described, using--affected
's equivalent comparison.