mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-02-21 16:50:27 +00:00
Delete action.yml
This commit is contained in:
parent
f5e8e9c675
commit
2eb4fe19d6
1 changed files with 0 additions and 23 deletions
23
action.yml
23
action.yml
|
@ -1,23 +0,0 @@
|
||||||
name: "AI 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
|
|
||||||
OPENAI_API_MODEL:
|
|
||||||
description: "OpenAI API model."
|
|
||||||
required: false
|
|
||||||
default: "gpt-4"
|
|
||||||
exclude:
|
|
||||||
description: "Glob patterns to exclude files from the diff analysis"
|
|
||||||
required: false
|
|
||||||
default: ""
|
|
||||||
runs:
|
|
||||||
using: "node16"
|
|
||||||
main: "dist/index.js"
|
|
||||||
branding:
|
|
||||||
icon: "aperture"
|
|
||||||
color: "green"
|
|
Loading…
Add table
Reference in a new issue