rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
172 stars 74 forks source link

Add better error message for GitHub client errors. #1693

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

This changes it so that the logs will display the body of the response when there is an API error. The body usually explains what was wrong, so this should make debugging issues easier.