Skip to content

Commit fe401af

Browse files
authored
Try to get less useless reviews
1 parent 5d0c375 commit fe401af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ function createPrompt(file: File, chunk: Chunk, prDetails: PRDetails): string {
8686
- Write the comment in GitHub Markdown format.
8787
- Use the given description only for the overall context and only comment the code.
8888
- IMPORTANT: NEVER suggest adding comments to the code.
89-
- IMPORTANT: Do not complain about the code style.
90-
- IMPORTANT: Do not complain about TODO comments.
89+
- IMPORTANT: NEVER complain about the code style.
90+
- IMPORTANT: NEVER complain about TODO comments.
91+
- IMPORTANT: NEVER add more than 5 comments per review. ONLY add the top 5 most important or urgent findings.
9192
9293
Review the following code diff in the file "${
9394
file.to

0 commit comments

Comments
 (0)