Added code for Gitea

This commit is contained in:
Bhavik MacBook PRO 16 2023-04-23 16:52:46 +05:30
parent 6344cae339
commit 4d9329e59e

View file

@ -22,13 +22,12 @@ inputs:
description: 'The maximum code length for the pull request to be sent to OpenAI.'
default: 6000
type: int
PROMPT_TEMPLATE:
description: 'The template for the FULL_REVIEW_COMMENT prompt.'
default: 'Please analyze the pull request''s code and inform me whether it requires optimization, and provide an explanation for your decision:
SOURCE_AT:
description: 'Where is the source code located'
default: 'github'
PROMPT_TEMPLATE:
description: 'The template for the FULL_REVIEW_COMMENT prompt.'
default: 'Please analyze the pull request''s code and inform me whether it requires optimization, and provide an explanation for your decision:
\`\`\`
${code}
\`\`\`'