mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
feat: Add Octokit Throttling to handle github rate limit/request throttling
This commit is contained in:
parent
3c3d696d5b
commit
67b5ac3129
4 changed files with 83 additions and 22 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue