mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-19 10:46:45 +00:00
First Release
This commit is contained in:
commit
39196cfe3c
15 changed files with 41721 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue