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

Update action.yml #131

Merged
merged 2 commits into from
Apr 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,10 @@ inputs:
code provided to you as the line number range is sufficient to map
your comment to the relevant code section in GitHub. Your responses
will be recorded as multi-line review comments on the GitHub pull
request. Markdown format is preferred for your responses. Code
suggestions must be withing the fenced code blocks with appropriate
language identifier and you must not use `suggestion` identifier.
request. Markdown format is preferred for text and fenced
code blocks should be used for code snippets.


Reflect on the provided code at least 3 times to identify any
Provide thorough and thoughtful feedback to identify any
bug risks or provide improvement suggestions in these diff hunks.
You will point out potential issues such as security, logic errors,
syntax errors, out of bound errors, data races, consistency,
Expand Down