You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,19 @@ inputs:
23
23
description: The base URL for the GitHub API.'
24
24
MAX_CODE_LENGTH:
25
25
description: 'The maximum code length for the pull request to be sent to OpenAI.'
26
-
default: 3000,
26
+
default: 3000
27
27
type: int
28
28
PROMPT_TEMPLATE:
29
29
description: 'The template for the FULL_REVIEW_COMMENT prompt.'
30
30
default: 'Please analyze the pull request''s code and inform me whether it requires optimization, and provide a ${language} explanation for your decision:
31
31
32
+
32
33
\`\`\`${code}\`\`\`'
33
34
ANSWER_TEMPLATE:
34
35
description: 'The template for the answer sent to the GitHub comment.'
0 commit comments