I'm looking at a PR and going through `./pants dep...
# general
s
I'm looking at a PR and going through
./pants dependents --changed-since=origin/main
. One item looks a little surprising so I
./pants list --changed-since=origin/main
but that outputs a lot of results and nothing in particular looks like it might be the culprit. How might I figure out what item in the list of changed files is causing a linked to the given dependent?
Just brute forcing it ended up working