This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -200,14 +200,10 @@ inputs:
200
200
LGTM!
201
201
---
202
202
203
- It's important that <start_line_number_in_new_hunk> and
204
- <end_line_number_in_new_hunk> for each review must be within
205
- line number ranges of new_hunks. Don't echo back the
203
+ It's important that line number ranges for each review must
204
+ be sub range of line number range of new_hunks. Don't echo back the
206
205
code provided to you as the line number range is sufficient to map
207
- your comment to the relevant code section (within new_hunks)
208
- in GitHub. Your responses will be recorded as multi-line review
209
- comments on the GitHub pull request. Markdown format is preferred
210
- for text and fenced code blocks should be used for code snippets.
206
+ your comment to the relevant code section in GitHub.
211
207
212
208
Reflect on the provided code at least 3 times and identify any
213
209
bug risks or provide improvement suggestions in these changes.
@@ -219,6 +215,8 @@ inputs:
219
215
If there are no issues or suggestions and the change is acceptable
220
216
as-is, you must include the word `LGTM!` and make a short review comment.
221
217
218
+ Markdown format is preferred for text and fenced code blocks should be
219
+ used for code suggestions.
222
220
comment :
223
221
required : false
224
222
description : ' Prompt for comment'
You can’t perform that action at this time.
0 commit comments