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

Commit 75a8561

Browse files
authored
fix typo in the prompt (#364)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI ## Release Notes ### Bug Fix - Fixed a typo in the prompt within `src/prompts.ts`. > 🎉 Here's to the typos we catch and mend, > To the bugs we chase, to the code we tend. > A small change it seems, yet it brings delight, > For clarity reigns, in our code so bright! 🌟 <!-- end of auto-generated comment: release notes by openai -->
1 parent 5da3bbb commit 75a8561

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/prompts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ You must strictly follow the format below for triaging the diff:
4444
Important:
4545
- In your summary do not mention that the file needs a through review or caution about
4646
potential issues.
47+
- Do not provide any reasoning why you triaged the diff as \`NEEDS_REVIEW\` or \`APPROVED\`.
4748
- Do not mention that these changes affect the logic or functionality of the code in
4849
the summary. You must only use the triage status format above to indicate that.
4950
`
@@ -67,7 +68,7 @@ $raw_summary
6768

6869
summarizeShort = `Your task is to provide a concise summary of the changes
6970
and the goal of this PR. This summary will be used as a prompt while reviewing each
70-
fle and must be very clear for the AI bot to understand.
71+
file and must be very clear for the AI bot to understand.
7172
7273
Instructions:
7374

0 commit comments

Comments
 (0)