mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-19 10:46:45 +00:00
Fixed issue with Action
This commit is contained in:
parent
3072ce3277
commit
907649c88c
5 changed files with 1628 additions and 2106 deletions
|
@ -3,6 +3,9 @@
|
|||
"version": "0.0.1",
|
||||
"description": "A Gitea Action that uses OPENAI to review code",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prepare" : "ncc build index.js -o dist --source-map --license licenses.txt"
|
||||
},
|
||||
"keywords": [
|
||||
"gitea",
|
||||
"action",
|
||||
|
@ -13,6 +16,7 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"axios": "^1.3.4",
|
||||
"https-proxy-agent": "^5.0.1",
|
||||
"language-detect": "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue