octokit / plugin-rest-endpoint-methods.js

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

feat: Environment(all endpoints have been updated from scheme repositories/{repository_id} to /repos/{owner}/{repo}), adds field repository.security.advisory (checkPrivateVulnerabilityReporting), docs(various resource docs have been updated and added) #721

Closed octokitbot closed 5 months ago

octokitbot commented 6 months ago

BREAKING CHANGE: Updates multiple endpoints to use owner + repo in place of repository_id

NOTE: If there are any new endpoints, then the code changes will likely required an update of @octokit/types. It should have received a pull request as well, merge & release it first. The @octokit/types should be updated automatically shortly after in this pull request.

nickfloyd commented 6 months ago

Need to update @octokit/types once it gets updated before merging.

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 12.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: