We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8835ef0 + f2d8be9 commit aa0afbfCopy full SHA for aa0afbf
site/src/github.rs
@@ -85,7 +85,7 @@ pub async fn unroll_rollup(
85
let previous_master = format_commit(previous_master, true);
86
let msg =
87
format!("📌 Perf builds for each rolled up PR:\n\n\
88
- |PR# | Message | Perf Build Sha|\n|----|:-----:|\n\
+ | PR# | Message | Perf Build Sha |\n|----|----|:-----:|\n\
89
{mapping}\n\n*previous master*: {previous_master}\n\nIn the case of a perf regression, \
90
run the following command for each PR you suspect might be the cause: `@rust-timer build $SHA`\n\
91
{COMMENT_MARK_ROLLUP}");
0 commit comments