Skip to content

Commit

Permalink
Auto stash before merge of "alpha" and "origin/alpha"
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jun 29, 2024
1 parent 4836b83 commit 85a87dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/gitProvider/utilsMarkdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@ export function deployCodeCoverageToMarkdown(orgCoverage: number, orgCoverageTar
}

function getAiPromptResponseMarkdown(title, message) {
return `<details><summary>🤖 ${title} 🤖</summary>
return `<details><summary>🤖 <b>${title}</b> 🤖</summary>
_Deployment AI Assistant tip (not verified !)_
${message.replace(/:\n-/gm, `:\n\n-`).replace("Deployment AI Assistant tip (not verified !)", "").trim()}
${message.replace(/:\n-/gm, `:\n\n-`).replace("_Deployment AI Assistant tip (not verified !)_","").trim()}
</details>
<br/>
`;
}

function getAiPromptTextMarkdown(title, message) {
return `<details><summary>${title}</summary>
return `<details><summary><b>${title}</b></summary>
_Request AI by copy-pasting the following text in ChatGPT or other AI prompt_
Expand Down

0 comments on commit 85a87dd

Please sign in to comment.