Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have been having issues with rate limiting on my PAT, and thought that the source of the issue might be KSv2. The Octokit SDK is supposed to have throttling best-practices built-in, but in the version of octokit we were using, it was commented-out: octokit/octokit.js@v1.7.1...v3.1.1#diff-0b622e16b7fc8551bbe85cced944e28ed91560455e117bfd5a2ffb91fa2731b6L13
So this PR is just updating the octokit client to latest. I tested by:
npm i && npm run build
chrome://extensions
make sure developer mode is enabled in the top-left cornerLoad Unpacked
, and choose thedist
folder from k2-extension