mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
Added the CSV extraction script to get comments and classify accordingly
This commit is contained in:
parent
29f7670fe7
commit
9cdfb06cab
8 changed files with 612 additions and 5 deletions
|
@ -14,14 +14,19 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@octokit/rest": "^19.0.7",
|
||||
"axios": "1.7.7",
|
||||
"csv-writer": "^1.6.0",
|
||||
"minimatch": "^7.4.2",
|
||||
"nock": "^13.5.5",
|
||||
"openai": "^4.20.1",
|
||||
"parse-diff": "^0.11.1",
|
||||
"ts-node": "^10.9.1"
|
||||
"ts-node": "^10.9.1",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/axios": "0.14.0",
|
||||
"@types/node": "^18.15.5",
|
||||
"@types/yargs": "^17.0.33",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"prettier": "^2.8.6",
|
||||
"typescript": "^5.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue