Skip to content

Commit 17fa768

Browse files
authored
Add S-waiting-on-perf once perf run is queued (#810)
1 parent 85f6f54 commit 17fa768

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

site/src/github.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub async fn handle_github(
7676
post_comment(
7777
&data.config,
7878
request.issue.number,
79-
"Awaiting bors try build completion",
79+
"Awaiting bors try build completion.",
8080
)
8181
.await;
8282
return Ok(github::Response);
@@ -525,7 +525,9 @@ async fn enqueue_sha(
525525
};
526526
if queued {
527527
let msg = format!(
528-
"Queued {} with parent {}, future [comparison URL]({}).",
528+
"Queued {} with parent {}, future [comparison URL]({}).
529+
530+
@rustbot label: +S-waiting-on-perf",
529531
commit_response.sha,
530532
commit_response.parents[0].sha,
531533
try_commit.comparison_url(),
@@ -646,7 +648,7 @@ non-neutral **do not** roll this PR up -- it will mask other \
646648
regressions or improvements in the roll up.
647649
648650
@bors rollup=never
649-
@rustbot modify labels: +S-waiting-on-review -S-waiting-on-perf",
651+
@rustbot label: +S-waiting-on-review -S-waiting-on-perf",
650652
commit.sha, comparison_url
651653
),
652654
)

0 commit comments

Comments
 (0)