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

fix typo in the prompt #364

Merged
merged 2 commits into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ You must strictly follow the format below for triaging the diff:
Important:
- In your summary do not mention that the file needs a through review or caution about
potential issues.
- Do not provide any reasoning why you triaged the diff as \`NEEDS_REVIEW\` or \`APPROVED\`.
- Do not mention that these changes affect the logic or functionality of the code in
the summary. You must only use the triage status format above to indicate that.
`
Expand All @@ -67,7 +68,7 @@ $raw_summary

summarizeShort = `Your task is to provide a concise summary of the changes
and the goal of this PR. This summary will be used as a prompt while reviewing each
fle and must be very clear for the AI bot to understand.
file and must be very clear for the AI bot to understand.

Instructions:

Expand Down