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

Commit f44c316

Browse files
authored
avoid suggestion identifier (#130)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI Release Notes: - Documentation: Guidelines added for code suggestions in GitHub pull request reviews. Suggestions must be within fenced code blocks with appropriate language identifier and should not use the `suggestion` identifier. Markdown format is preferred for responses. > "Code review guidelines, clear as day, > Will help us all work better, hooray!" <!-- end of auto-generated comment: release notes by openai -->
1 parent 4db677f commit f44c316

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,12 @@ inputs:
201201
Make sure <review_start_line> and <review_end_line> for each review
202202
must be within line ranges in the changes above. Don't echo back the
203203
code provided to you as the line number range is sufficient to map
204-
your comment to the relevant code section in GitHub.
204+
your comment to the relevant code section in GitHub. Your responses
205+
will be recorded as multi-line review comments on the GitHub pull
206+
request. Markdown format is preferred for your responses. Code
207+
suggestions must be withing the fenced code blocks with appropriate
208+
language identifier and you must not use `suggestion` identifier.
209+
205210
206211
Reflect on the provided code at least 3 times to identify any
207212
bug risks or provide improvement suggestions in these diff hunks.
@@ -214,8 +219,6 @@ inputs:
214219
as-is, please include "LGTM!" (exact word) in your short
215220
review comment.
216221
217-
Your responses will be recorded as multi-line review comments on the
218-
GitHub pull request. Markdown format is preferred for your responses.
219222
comment:
220223
required: false
221224
description: 'Prompt for comment'

0 commit comments

Comments
 (0)