gentle-gigabyte-52115
08/17/2023, 7:41 AMpants test --changed-since=origin/main now I observed that one PR changed a file name that didn’t trigger a test that depended on that file. Has this been observed before? (I searched but couldn’t find a matching issue)gorgeous-winter-99296
08/17/2023, 8:22 AMorigin/main the current commit when your CI runs? I use HEAD^ for CI to compare against previous commit (we always squash-merge).gentle-gigabyte-52115
08/17/2023, 12:36 PMgorgeous-winter-99296
08/17/2023, 12:38 PMhappy-kitchen-89482
08/17/2023, 2:48 PM--changed-since frequently, and I haven't noticed this issue. So maybe this is a git diffing issue of some kind as @gorgeous-winter-99296 suggests?gentle-gigabyte-52115
08/17/2023, 2:51 PMfetch-depth: 0 in actions. I’ll create a minimal example tomorrowgorgeous-winter-99296
08/17/2023, 3:49 PM--changed-dependents (https://www.pantsbuild.org/docs/reference-changed#dependents) would help here?happy-kitchen-89482
08/17/2023, 3:53 PM--changed-since only retrieves files that have changed. --changed-dependents also retrieves all files that transitively depend on files that have changed. So based on your use case it sounds like you need that.gentle-gigabyte-52115
08/18/2023, 6:08 AMunowned_dependency_behavior to error, but we currently use the default value.