feat: Add Octokit Throttling to handle github rate limit/request throttling

This commit is contained in:
Jeff Hubbach 2021-11-03 15:58:03 -06:00
parent 3c3d696d5b
commit 67b5ac3129
4 changed files with 83 additions and 22 deletions

View file

@ -31,9 +31,10 @@
"dependencies": {
"@actions/core": "1.6.0",
"@actions/exec": "1.1.0",
"@octokit/core": "3.5.1",
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "2.16.7",
"@octokit/plugin-rest-endpoint-methods": "5.11.4",
"@octokit/plugin-throttling": "3.5.2",
"https-proxy-agent": "5.0.0",
"uuid": "8.3.2"
},