Feature request: commit status(es) included with pull requests
When viewing a pull request, it’d be helpful to see the status messages added by third party services like CI.
I'm not too sure what you mean. Do you mean like the Travis-CI integrations telling your that build has passed?
Yeah, those types of things.
Is this information available in the Github API? I just had a quick look and I can't see it anywhere
https://developer.github.com/v3/repos/statuses/; it looks like you can query by branch name.
Interesting, thanks @BM5k! This is definitely something we'd want to add if anyone wants to take a look.