How to use it with GOCD?

Hi,

I was able to easily configure Bors with Travis CI. But I don’t find a way to integrate it with GoCD.

Is there a way to do it?

Thanks!

From what little reading I’ve done (I’ve never actually tried it), it’s not supported with the regular GoCD GitHub plugin. Their plugin can report a GitHub Status on a pull request, but they don’t document a way to do it on a branch, which is what bors requires.

I’m guessing you could probably write one, but that’s about the only way to do it.