octokit / plugin-rest-endpoint-methods.js

Octokit plugin adding one method for all of api.github.com REST API endpoints
MIT License
117 stars 56 forks source link

Update `@octokit/types` and remove endpoints not in types #636

Closed jtamsut closed 1 year ago

jtamsut commented 1 year ago

This package is no longer compatible with @octokit/types. This PR fixes that.

Resolves #ISSUE_NUMBER


Behavior

Before the change?

*

After the change?

*

Other information

*


Additional info

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

If Yes, what's the impact:

Pull request type

Please add the corresponding label for change this PR introduces:


wolfy1339 commented 1 year ago

This isn't the proper solution. The types will still error because of octokit/types.ts#528. Duplicate of #632