| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9cdeefb9-91cd-4f65-8eb2-089c9e00a2b8
There was a problem hiding this comment.
Prevents malformed GitHub responses when workflow log downloads fail before receiving an HTTP response.
Changes:
| File | Description |
|---|---|
| pkg/github/actions.go | Conditionally wraps available HTTP responses. |
| pkg/github/actions_test.go | Verifies transport failures return a nil response. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This prevents consumers such as github-mcp-server-remote from receiving a non-nil *github.Response whose embedded *http.Response is nil. Companion defensive fix: github/github-mcp-server-remote#926.