Skip to content

Commit 0e68012

Browse files
authored
Merge pull request #579 from linear-b/add-title-to-comment
Update ask-ai.cm
2 parents c4fb2a5 + 22b12d5 commit 0e68012

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cm/ask-ai.cm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ automations:
1414
run:
1515
- action: add-comment@v1
1616
args:
17-
comment: "{{ source | askAI("based on the given context, describe in plain english the changes introduced in this PR.", env.OPEN_AI_TOKEN) | prependTitle("gitStream Describe PR") | encode }}"
17+
comment: |
18+
# ✨gitStream Describe PR ✨
19+
{{ source | askAI("based on the given context, describe in plain english the changes introduced in this PR.", env.OPEN_AI_TOKEN) | encode }}

0 commit comments

Comments
 (0)