Skip to content

Commit 9a690ff

Browse files
committed
Shorten the bot's next step instructions in try run comment
1 parent ed109cf commit 9a690ff

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

site/src/github/comparison_summary.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,10 @@ cc @rust-lang/wg-compiler-performance
392392
fn try_run_body(is_regression: bool) -> String {
393393
let next_steps = if is_regression {
394394
"\n\n**Next Steps**: If you can justify the regressions found in \
395-
this try perf run, please indicate this with \
396-
`@rustbot label: +perf-regression-triaged` along with \
397-
sufficient written justification. If you cannot justify the regressions \
398-
please fix the regressions and do another perf run. If the next run \
399-
shows neutral or positive results, the label will be automatically removed."
395+
this try perf run, please do so in sufficient writing \
396+
along with `@rustbot label: +perf-regression-triaged`. If not, \
397+
please fix the regressions and do another perf run. If its results \
398+
are neutral or positive, we'll automatically remove the label."
400399
} else {
401400
""
402401
};

0 commit comments

Comments
 (0)