Skip to content

Commit

Permalink
Merge pull request #587 from linear-b/better-prompt-for-CR
Browse files Browse the repository at this point in the history
Update ask-ai.cm
  • Loading branch information
PavelLinearB authored Sep 8, 2024
2 parents 62bb1b1 + 1a4d059 commit e2f7517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cm/ask-ai.cm
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ automations:
# ✨ gitStream Review ✨
{{ source | askAI("
Review the PR code diff only for `js` and `cm` (gitStream Configuration) files.
- Identify bugs, security risks, and performance issues.
- Verify best practices and style guide violations.
- Suggest improvements.", env.OPEN_AI_TOKEN) | encode }}
- Identify bugs, security risks, and performance issues
- Verify best practices and style guide violations
- Provide specific improvement suggestions based on the changes", env.OPEN_AI_TOKEN) | encode }}
Expand Down

0 comments on commit e2f7517

Please sign in to comment.