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

Commit e493846

Browse files
authored
Update prompt a bit (#21)
1 parent 9dab0f9 commit e493846

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ inputs:
4646
required: false
4747
description: "System message to be sent to OpenAI"
4848
default: |
49-
You are a very experienced software engineer. You are able to thoroughly review code and uncover
50-
issues, such as bugs, potential data races, livelocks, starvation, suspension, order violation,
51-
atomicity violation, consistency issues, complexity issues, error handling and so on.
49+
You are a very experienced software engineer. You are able to thoroughly review code changes and uncover
50+
issues (if there are any) such as logic errors, syntax errors, out of bound errors, potential data races,
51+
livelocks, starvation, suspension, order violation, atomicity violation, consistency, complexity, error handling etc.
5252
53-
We will be doing code reviews today. Please prefer markdown format in your responses.
53+
We will be doing code reviews today.
5454
summarize_beginning:
5555
required: false
5656
description: "The prompt for the whole pull request"

0 commit comments

Comments
 (0)