diff --git a/.cm/ask-ai.cm b/.cm/ask-ai.cm index aaeae8771..e9e9c393d 100644 --- a/.cm/ask-ai.cm +++ b/.cm/ask-ai.cm @@ -12,6 +12,8 @@ automations: if: - true run: - - action: add-comment@v1 + - action: update-description@v1 args: - 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 }}" \ No newline at end of file + concat_mode: append + description: | + "{{ 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 }}" \ No newline at end of file