Skip to content
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

IT-496: Rest call path change addressed. #14

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

nchiasson-dgi
Copy link
Contributor

The execution paths for the rest actions have changed, somewhat subtle but enough to break things, for example:

  • octokit.git.createRef({}); to octokit.rest.git.createRef({});

Updating code to properly address this.

@nchiasson-dgi nchiasson-dgi added the minor Added functionality that is backwards compatible. label Oct 17, 2024
@nchiasson-dgi nchiasson-dgi merged commit c800430 into main Oct 17, 2024
2 checks passed
@nchiasson-dgi nchiasson-dgi deleted the fix/rest-path-change branch October 17, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Added functionality that is backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant