-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove deprecated migration import endpoints and reorder bypass_actors.actor_type enum values to be in alphabetical order #731
Conversation
This one should be a breaking change as it removes an endpoint |
Agreed! I went to see about merging octokit/openapi-types.ts#414 and then pulling those changes into here first, though I got a bit hung up because I'm not seeing the migration endpoint removal there. |
🎉 This PR is included in version 13.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I think GitHub hasn't removed it from the OpenAPI spec just yet. The endpoint isn't available anymore
|
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.Make sure to update the commits so that the merge results in helpful release notes, see Merging the Pull Request & releasing a new version.
In general
docs
prefixfix(typescript)
prefixfix
if a problem was resolved,feat
if new endpoints / parameters were added, andfeat(deprecation)
if a method was deprecated.