mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-29 12:24:16 +00:00
chore: add language option to action.yml and use it in createPrompt.ts
This commit is contained in:
parent
c30f272ef1
commit
cf3ec6c3e2
2 changed files with 8 additions and 1 deletions
|
@ -11,6 +11,10 @@ inputs:
|
|||
description: "OpenAI API model."
|
||||
required: false
|
||||
default: "gpt-4"
|
||||
language:
|
||||
description: "Natural language for the code review comments."
|
||||
required: false
|
||||
default: "english"
|
||||
exclude:
|
||||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue