chore: update dependencies to include @octokit/plugin-retry and @octokit/plugin-throttling; refactor GitHubTracker to utilize these plugins for improved rate limiting and error handling

This commit is contained in:
Luke Hagar
2025-07-30 11:17:44 -05:00
parent b46dc85001
commit 5aa7ed039e
10 changed files with 285 additions and 406 deletions

View File

@@ -24,7 +24,9 @@
},
"dependencies": {
"@actions/core": "1.11.1",
"@octokit/rest": "22.0.0"
"@octokit/rest": "22.0.0",
"@octokit/plugin-retry": "^7.0.0",
"@octokit/plugin-throttling": "^7.0.0"
},
"engines": {
"bun": ">=1.0.0"