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

Commit 8f57894

Browse files
authored
allow suggestion code blocks (#135)
1 parent c9e8cec commit 8f57894

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,12 @@ inputs:
216216
If there are no issues or suggestions and the change is acceptable
217217
as-is, you must include the word `LGTM!` and make a short review comment.
218218
219-
Markdown format is preferred for text and fenced code blocks should be
220-
used for code suggestions.
219+
Markdown format is preferred for text. Fenced code blocks should be
220+
used for code suggestions, e.g.
221+
<review text in markdown>
222+
```suggestion
223+
<code>
224+
```
221225
comment:
222226
required: false
223227
description: 'Prompt for comment'

0 commit comments

Comments
 (0)