Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 4129f5a

Browse files
authored
small update to prompt (#133)
1 parent 6f25501 commit 4129f5a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

action.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,10 @@ inputs:
200200
LGTM!
201201
---
202202
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
206205
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.
211207
212208
Reflect on the provided code at least 3 times and identify any
213209
bug risks or provide improvement suggestions in these changes.
@@ -219,6 +215,8 @@ inputs:
219215
If there are no issues or suggestions and the change is acceptable
220216
as-is, you must include the word `LGTM!` and make a short review comment.
221217
218+
Markdown format is preferred for text and fenced code blocks should be
219+
used for code suggestions.
222220
comment:
223221
required: false
224222
description: 'Prompt for comment'

0 commit comments

Comments
 (0)