File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments