We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab52ea0 + 8243966 commit 54257f3Copy full SHA for 54257f3
site/src/request_handlers/github.rs
@@ -102,8 +102,11 @@ async fn record_try_benchmark_request_without_artifacts(
102
log::info!(
103
"Failed to insert try benchmark request, a request for PR`#{pr}` already exists"
104
);
105
- "This pull request was already queued before and is awaiting a try build to finish."
106
- .to_string()
+ format!(
+ "This pull request is already queued and waiting for a try build to finish.
107
+
108
+{COMMENT_MARK_TEMPORARY}"
109
+ )
110
}
111
Ok(BenchmarkRequestInsertResult::Inserted) => get_awaiting_on_bors_message(),
112
Err(e) => {
0 commit comments