David Kale

Results 5 comments of David Kale

It could be possibly be added as a feature. Using the [create label api](https://developer.github.com/v3/issues/labels/#create-a-label) we could create labels before adding them to the PR rather than just using the [add...

What are you trying to do with this? Is it just color codes? (Im sure there are other implications of being a tty) As far as Im aware, the web...

(Thanks @joshmgross) This issue is better suited to live here Ill reopen since we havent made a decision on if its something we want to implement or not

The runner captures all output from the shell processes it runs and prints them to the console. In your example it looks like you are comparing two different steps: The...

Could we check the actual output of `docker inspect` instead of catching an exception for control flow? There could be other exceptions that happen when running that command that we...