mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
initial commit
This commit is contained in:
commit
b6f3653286
12 changed files with 20132 additions and 0 deletions
16
action.yml
Normal file
16
action.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: "OpenAI Code Review Action"
|
||||
description: "Perform code reviews and comment on diffs using OpenAI API."
|
||||
inputs:
|
||||
GITHUB_TOKEN:
|
||||
description: "GitHub token to interact with the repository."
|
||||
required: true
|
||||
OPENAI_API_KEY:
|
||||
description: "OpenAI API key for GPT."
|
||||
required: true
|
||||
exclude:
|
||||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
default: ""
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
Loading…
Add table
Add a link
Reference in a new issue