Skip to content

Commit 16710c8

Browse files
author
meorphis
committed
fix
1 parent 84f4130 commit 16710c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/internalPreview.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ export function printInternalComment(
738738

739739
if (
740740
!categorized.isPending &&
741-
categorized.isRegression === true &&
741+
categorized.isRegression !== false &&
742742
categorized.severity
743743
) {
744744
worstRegression = worstConclusion(

0 commit comments

Comments
 (0)