First Release

This commit is contained in:
Bhavik MacBook PRO 16 2023-04-05 13:26:37 +05:30
commit 39196cfe3c
15 changed files with 41721 additions and 0 deletions

26
package.json Normal file
View file

@ -0,0 +1,26 @@
{
"name": "gitea-code-review-action",
"version": "0.0.1",
"description": "A Gitea Action that uses OPENAI to review code",
"main": "index.js",
"keywords": [
"gitea",
"action",
"openai",
"code",
"review"
],
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"axios": "^1.3.4",
"https-proxy-agent": "^5.0.1",
"language-detect": "1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ingress-it-solutions/gitea-code-review-action.git"
},
"author": "Ingress IT Solutions",
"license": "MIT"
}