From f2d8be9e47262dd6140336f59334bdef6773e89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 26 Jun 2023 14:59:00 +0200 Subject: [PATCH] Fix Markdown table in rollup messages --- site/src/github.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/github.rs b/site/src/github.rs index c606f1e75..dc625417b 100644 --- a/site/src/github.rs +++ b/site/src/github.rs @@ -85,7 +85,7 @@ pub async fn unroll_rollup( let previous_master = format_commit(previous_master, true); let msg = format!("📌 Perf builds for each rolled up PR:\n\n\ - |PR# | Message | Perf Build Sha|\n|----|:-----:|\n\ + | PR# | Message | Perf Build Sha |\n|----|----|:-----:|\n\ {mapping}\n\n*previous master*: {previous_master}\n\nIn the case of a perf regression, \ run the following command for each PR you suspect might be the cause: `@rust-timer build $SHA`\n\ {COMMENT_MARK_ROLLUP}");