feat: add return types for request.parseSuccessResponseBody#608
feat: add return types for request.parseSuccessResponseBody#608
request.parseSuccessResponseBody#608Conversation
|
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
|
This fails the tests, but works in the code when the option is used. There are some changes that need to be made to have this ready to ship |
There was a problem hiding this comment.
The tests fail for the assertPaginate test
|
@octokit/js If one of you could have a look and help this along. I would really appreciate the help on this one |
Resolves #606
Before the change?
request.parseSuccessResponseBodywas set tofalseAfter the change?
request.parseSuccessResponseBody, and set it to beReadableStreamPull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!