actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.41k stars 1.04k forks source link

Refactor actions client error to include request id #3430

Closed nikola-jokic closed 2 months ago

nikola-jokic commented 2 months ago

This PR aims to change the actions error, and introduce a GitHubAPIError to log the request ID whenever we receive a response from the server.

This can help diagnose problems such as the one described here: https://github.com/actions/actions-runner-controller/issues/3204