Jared Johnson

Results 4 comments of Jared Johnson

any news? we'd love to use this

@terma I don't know offhand but I can research it next week. if I have the time and can get with the program maybe I can make a PR too...

the base branch can be retrieved with the github API: https://developer.github.com/v3/pulls/#get-a-single-pull-request in the bit of example response they give the base branch happens to be `master`: ```json "base": { "label":...

Yes, it works for me too! Sorry for the late reply. Note that (not a big deal) it still calls the comparison branch "master" in the status check even though...