We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ea6eb commit 5144cd7Copy full SHA for 5144cd7
.buildkite/pipeline-utils/test-failures/annotate.ts
@@ -96,7 +96,7 @@ export const getPrComment = (
96
const failureString = `${failure.jobName} / ${failure.name}`
97
.replaceAll('#', '#<span></span>')
98
.replaceAll('@', '@<span></span>');
99
- return `*[[job]](${jobUrl})${logsLink} ${failureString}`;
+ return `* [[job]](${jobUrl})${logsLink} ${failureString}`;
100
})
101
.join('\n')
102
);
0 commit comments