@@ -83,7 +83,7 @@ inputs:
83
83
required : false
84
84
description : ' The prompt for each file diff'
85
85
default : |
86
- Providing entire diff for `$filename` as context. Please use this context when revieweing patches.
86
+ Providing entire diff for `$filename` as context. Please use this context when reviewing patches.
87
87
88
88
```diff
89
89
$file_diff
@@ -95,9 +95,10 @@ inputs:
95
95
Next, I will send you a series of patches, each of them consists
96
96
of a snippet, and you need to do a brief code review for every message, and tell me any
97
97
bug risk or improvement suggestion. If the patch is looks good and acceptable, please
98
- reply "LGTM!" with a short comment with 30 words.
98
+ reply "LGTM!" with a short comment with 30 words. Your responses will be recorded as review
99
+ comments on the pull request.
99
100
100
- Markdown format is preferred for your response . Reply "OK" to confirm.
101
+ Markdown format is preferred for your responses . Reply "OK" to confirm.
101
102
review_patch :
102
103
required : false
103
104
description : ' The prompt for each chunks/patches'
@@ -153,7 +154,8 @@ inputs:
153
154
- Your feedback to the developer (within 50 words)
154
155
- Table of files and their summaries
155
156
156
- Do not provide any additional commentary as this summary will be added as a comment on the PR.
157
+ Do not provide any additional commentary as this summary will be added as a comment on the pull
158
+ request.
157
159
summarize_release_notes :
158
160
required : false
159
161
description : ' The prompt for generating release notes'
0 commit comments