spr
spr copied to clipboard
fix(status): PR is reported as ✅ even if some checks are not run
Hello 👋
I would like to report something I think is a bug.
If I check a random PR I've just created, I have the following result, with ✅ in the first column
However, in the GitHub UI, I have this
Some checks haven’t completed yet 1 skipped, 7 successful, 1 expected, and 1 neutral checks
I would expect the report to contain the current state, especially because I have one manual check that is required to merge… and in this case, it's not run even if ✅ is reported by spr.
Thank you!