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 a0ae2ec + affd858 commit 5198adcCopy full SHA for 5198adc
site/src/github.rs
@@ -76,7 +76,9 @@ pub async fn handle_github(
76
post_comment(
77
&data.config,
78
request.issue.number,
79
- "Awaiting bors try build completion.",
+ "Awaiting bors try build completion.
80
+
81
+@rustbot label: +S-waiting-on-perf",
82
)
83
.await;
84
return Ok(github::Response);
@@ -525,9 +527,7 @@ async fn enqueue_sha(
525
527
};
526
528
if queued {
529
let msg = format!(
- "Queued {} with parent {}, future [comparison URL]({}).
-
530
-@rustbot label: +S-waiting-on-perf",
+ "Queued {} with parent {}, future [comparison URL]({}).",
531
commit_response.sha,
532
commit_response.parents[0].sha,
533
try_commit.comparison_url(),
0 commit comments