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

Commit 2112860

Browse files
authored
Update action.yml (#131)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI Release Notes: - Documentation: Updated instructions for providing feedback on GitHub pull requests in `action.yml`. > "Feedback made better, > Instructions clearer than ever. > Code review made easier, > Thanks to this PR." <!-- end of auto-generated comment: release notes by openai -->
1 parent f44c316 commit 2112860

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,10 @@ inputs:
203203
code provided to you as the line number range is sufficient to map
204204
your comment to the relevant code section in GitHub. Your responses
205205
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.
206+
request. Markdown format is preferred for text and fenced
207+
code blocks should be used for code snippets.
209208
210-
211-
Reflect on the provided code at least 3 times to identify any
209+
Provide thorough and thoughtful feedback to identify any
212210
bug risks or provide improvement suggestions in these diff hunks.
213211
You will point out potential issues such as security, logic errors,
214212
syntax errors, out of bound errors, data races, consistency,

0 commit comments

Comments
 (0)