gh-submit-queue
gh-submit-queue copied to clipboard
Master with failed commit
Hi, thank you very much for this tool.
I'm testing the SubmitQueue in a simple repository and I have one commit failing in master:

When I'm creating a new PR(without fixing the build) I see:

It shouldn't fail the check for the Submit Queue in this case where I have master failing?
Thanks
Interesting. Is is it for a public repository or private? Also just to confirm this PR targets the failing branch, right?
I can see the problem. It seems Circle doesn't create Check Suites and creates Commit Statuses. The app doesn't support checking commit statuses yet. You might want to follow this docs to enable Check Suite API for Circle: https://circleci.com/docs/2.0/enable-checks/
Created #5 to add support for tools that still use Status API
Thanks! Checking the CircleCI Checks. I will follow #5 to check the updates.