diff --git a/site/src/request_handlers/github.rs b/site/src/request_handlers/github.rs index 122218f82..4f86eb15c 100644 --- a/site/src/request_handlers/github.rs +++ b/site/src/request_handlers/github.rs @@ -102,8 +102,11 @@ async fn record_try_benchmark_request_without_artifacts( log::info!( "Failed to insert try benchmark request, a request for PR`#{pr}` already exists" ); - "This pull request was already queued before and is awaiting a try build to finish." - .to_string() + format!( + "This pull request is already queued and waiting for a try build to finish. + +{COMMENT_MARK_TEMPORARY}" + ) } Ok(BenchmarkRequestInsertResult::Inserted) => get_awaiting_on_bors_message(), Err(e) => {