Support date ranges to select multiple PRs instead of providing these manually

This commit is contained in:
Jimmy Royer 2024-12-27 15:39:14 -05:00
parent c405d8ca5f
commit cc780e04dd
6 changed files with 232 additions and 180 deletions

View file

@ -12,16 +12,17 @@
"lint": "prettier --check ."
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@octokit/rest": "^19.0.7",
"axios": "1.7.7",
"axios": "^1.7.9",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.7",
"minimatch": "^7.4.2",
"nock": "^13.5.5",
"openai": "^4.20.1",
"nock": "^13.5.6",
"openai": "^4.77.0",
"parse-diff": "^0.11.1",
"ts-node": "^10.9.1",
"yargs": "17.7.2"
"ts-node": "^10.9.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/axios": "0.14.0",