We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62bb1b1 + 1a4d059 commit e2f7517Copy full SHA for e2f7517
.cm/ask-ai.cm
@@ -30,9 +30,9 @@ automations:
30
# ✨ gitStream Review ✨
31
{{ source | askAI("
32
Review the PR code diff only for `js` and `cm` (gitStream Configuration) files.
33
- - Identify bugs, security risks, and performance issues.
34
- - Verify best practices and style guide violations.
35
- - 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 }}
36
37
38
0 commit comments