crawford / tailor

GitHub bot that validates patches before they can be merged
Apache License 2.0
18 stars 10 forks source link

*: improve error reporting #28

Closed crawford closed 7 years ago

crawford commented 7 years ago

All requests are now wrapped in try_execute(). If an error is encountered, the error message is automatically logged.

This helps address https://github.com/coreos/tailor/issues/26.