This check returns a false positive in the following scenario:
- Create a new PR
- Add a commit with a fixup (action correctly fails)
- Update the PR with the base branch (action incorrectly succeeds)
I think it has something to do with the shallow-exclude in the checkout, where it might be ignoring any prior commits to the PR branch.
This check returns a false positive in the following scenario:
I think it has something to do with the
shallow-excludein the checkout, where it might be ignoring any prior commits to the PR branch.