From 824396652a99b7b864dfec2154a555cfb335a96c Mon Sep 17 00:00:00 2001 From: James Barford-Evans Date: Tue, 18 Nov 2025 15:30:41 +0000 Subject: [PATCH] Add temporary comment to "PR already queued" message --- site/src/request_handlers/github.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) => {