Tommy
Tommy
Love the action! I'm experiencing the same problem with commits being referenced outside of the scope of commits of my PR. My PR against `develop` has a single commit "abc123",...
I think it might have something to do with [the `backtracePathSkipping` method](https://github.com/fkirc/skip-duplicate-actions/blob/867de26591aa7542d65bc38f576c5a244c3c6034/src/index.ts#L251), which looks to always check the parent of the commit within the `context`, even if the parent is...
> You want this Action to skip if an entire PR is in ignored paths, regardless of whether your "primary branch" has any successful tests in its history? Yes, that...
The proof-chain sounds like a good idea and is probably a better solution than what I was proposing...I feel like I might have been experiencing unexpected scope because it was...
@irundaia we've been able to successfully using [your outlined steps here](https://github.com/irundaia/sbt-sassify/issues/47#issuecomment-1050257087), which happens to also fix a docker aarch64 libsass.so issue we were facing with the 1.x build of sbt-sassify....