mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 18:16:47 +00:00
Add support for desired language comments in PR
This commit is contained in:
parent
a9a064dfa1
commit
2b9cf1615c
3 changed files with 9 additions and 2 deletions
|
@ -11,6 +11,9 @@ inputs:
|
|||
description: "OpenAI API model."
|
||||
required: false
|
||||
default: "gpt-4"
|
||||
COMMENT_LANGUAGE:
|
||||
description: "input if you want to add comments in your desired language."
|
||||
required: false
|
||||
exclude:
|
||||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue