From 8c7ea5116120fb2bb38a6eb890889c6d2476f6c2 Mon Sep 17 00:00:00 2001 From: PavelLinearB Date: Sun, 1 Sep 2024 15:49:54 +0300 Subject: [PATCH] add ai generated desc to descriptio --- .cm/ask-ai.cm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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