Skip to content

Commit 281c98f

Browse files
committed
PR feedback
1 parent 684f4f7 commit 281c98f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

site/src/github.rs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -651,17 +651,11 @@ pub async fn post_finished(data: &InputData) {
651651
sufficient written justification. If you cannot justify the regressions \
652652
please fix the regressions and do another perf run. If the next run shows \
653653
neutral or positive results, the label will be automatically removed.",
654-
_ => "",
654+
Direction::Improvement => "",
655655
}
656656
)
657657
})
658-
.unwrap_or(
659-
"Please note that since \
660-
performance does not seem to be significantly changed, you may *consider* undoing the \
661-
rollup directive by specifying `@bors rollup-`. Only do this if you strongly believe \
662-
the PR will continue to not lead to performance changes after merging."
663-
.to_owned(),
664-
);
658+
.unwrap_or(String::new());
665659

666660
post_comment(
667661
&data.config,

0 commit comments

Comments
 (0)