You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.git.getTree(): recursive parameter must now be a '1' instead of 1. It's due to the new way files are generated, working around it is not worth the effort
.pulls.createComment has been removed for GHE 2.17 and below. This has been resolved with GHE 2.18. The problem is that the endpoint accepts different inputs which before resulted in two different methods. With the new OpenAPI specification of octokit/routes, this can no longer be ... specified (at least not without a lot of extra effort). So sorry for that. You can create a pull request comment using octokit.request() instead:
incorrect pagination parameters removed from .projects.createForAuthenticatedUser, .projects.createForOrg, .projects.createForRepo and .projects.update
repos.updateBranchProtection(): teams and users keys are now required for the restrictions parameter
teams.update({privacy}) option is now an enum and only allows secret or closed