runsubscribe icon indicating copy to clipboard operation
runsubscribe copied to clipboard

Results 8 runsubscribe issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

The script fails when running due to the 5000 calls API rate limit. ``` HttpError: {"message":"API rate limit exceeded for user ID GITHUB_USER_ID.","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"} ``` The rolling-scopes-school contains more than 5000...

Fix for the issue #8 According to https://www.npmjs.com/package/@octokit/rest/v/16.9.0 the 'token' type should be used along with personal access tokens.

Hello, I'm getting the "Must specify access token via Authorization header" error message when running the script.

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.4 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

Update @octokit/rest to 16.x Replace `octokit.authenticate` to constructor option Replace `octokit.activity.unwatchRepo` to `octokit.activity.deleteRepoSubscription` Replace getting list and pagination to `octokit.paginate.iterator` [see here last paragph](https://octokit.github.io/rest.js/#pagination)