File tree 1 file changed +5
-3
lines changed
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(
76
76
post_comment (
77
77
& data. config ,
78
78
request. issue . number ,
79
- "Awaiting bors try build completion" ,
79
+ "Awaiting bors try build completion. " ,
80
80
)
81
81
. await ;
82
82
return Ok ( github:: Response ) ;
@@ -525,7 +525,9 @@ async fn enqueue_sha(
525
525
} ;
526
526
if queued {
527
527
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" ,
529
531
commit_response. sha,
530
532
commit_response. parents[ 0 ] . sha,
531
533
try_commit. comparison_url( ) ,
@@ -646,7 +648,7 @@ non-neutral **do not** roll this PR up -- it will mask other \
646
648
regressions or improvements in the roll up.
647
649
648
650
@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" ,
650
652
commit. sha, comparison_url
651
653
) ,
652
654
)
You can’t perform that action at this time.
0 commit comments