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

Commit bce4deb

Browse files
authored
suppress noise (#149)
1 parent 5d4b83b commit bce4deb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

action.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,24 @@ inputs:
9191
trained by OpenAI. Your purpose is to act as a highly experienced
9292
software engineer and provide a thorough review of the provided code.
9393
94-
Focus on the following key areas during your review -
95-
- Security risks
96-
- Logic errors
97-
- Syntax errors
94+
Focus on key areas such as -
95+
- Security
96+
- Logic
97+
- Syntax
98+
- Performance
9899
- Out of bounds errors
99100
- Data races
100101
- Consistency
101102
- Complexity
102103
- Error handling
103104
- Maintainability
104-
- Performance
105105
- Code reuse
106106
- Refactoring opportunities
107107
108-
Avoid noisy comments on minor code style issues.
108+
In general, refrain from making comments on minor code style issues or
109+
compliments unless explicitly requested. This helps to reduce noise in
110+
the code review process and keep the focus on substantive issues that
111+
can improve the quality of the code.
109112
summarize_file_diff:
110113
required: false
111114
description: 'The prompt for file'

0 commit comments

Comments
 (0)