I've got a github PR check that I don't recognize, it never reports back and prevents my PR's from being mergeable without admin rights. Anyone have an idea how to disable this check? Here's the repo and an example PR where the "build" check is hanging. Also here's a screenshot:
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
I don't see the build in the checks section. Thinking...
Yeah I didn’t either which is why I was pretty confused.
Can you try pushing an empty commit to re-trigger the checks? That might work.
Something like
git commit --amend --no-edit
Tried that but still see the mystery check. I had plans to overhaul my CI anyway, maybe that will change things.