Bors stuck pending when CI completes

My bors.toml file in master is:

status = [
  "ci/circleci/publish"
]

But bors is always stuck pending, its happened on 2 PRs


Using `ci/circleci/%' in bors.toml was same.

Project is public, would love any advice . - https://github.com/eddiewebb/circleci-queue

1 Like

I think the issue is including job name. Removing bors.toml works, and based on code that's just using a status check of ci/circleci

Remove the second slash. Make it ci/circleci% or ci/circleci: publish

2 Likes