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

Commit 81b8b96

Browse files
authored
update prompt (#136)
1 parent 8f57894 commit 81b8b96

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

action.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ inputs:
205205
1-5:
206206
LGTM!
207207
---
208+
6-6:
209+
LGTM!
210+
---
208211
209212
Reflect on the provided code at least 3 times and identify any
210213
bug risks or provide improvement suggestions in these changes.
@@ -217,11 +220,14 @@ inputs:
217220
as-is, you must include the word `LGTM!` and make a short review comment.
218221
219222
Markdown format is preferred for text. Fenced code blocks should be
220-
used for code suggestions, e.g.
223+
used for code suggestions that replace exact lines ranges -
224+
225+
start-end:
221226
<review text in markdown>
222227
```suggestion
223-
<code>
228+
<replacement code between start and end lines>
224229
```
230+
---
225231
comment:
226232
required: false
227233
description: 'Prompt for comment'

0 commit comments

Comments
 (0)