infra: improved theme preview script markdown

This commit is contained in:
anuraghazra 2020-08-14 21:01:33 +05:30
parent aca48e97ce
commit e980388867

View File

@ -69,7 +69,12 @@ async function run() {
repo: "github-readme-stats", repo: "github-readme-stats",
body: ` body: `
\rTheme preview (bot) \rTheme preview (bot)
\r![](${url}) \rtitle-color: <code>#${titleColor}</code>
\ricon-color: <code>#${iconColor}</code>
\rtext-color: <code>#${textColor}</code>
\rbg-color: <code>#${bgColor}</code>
\r[![](${url})](${url})
`, `,
issue_number: pullRequestId, issue_number: pullRequestId,
}); });